From 7b5f1e33b4936c02fbe31d4b064ea3873da2e511 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期四, 18 九月 2025 14:06:55 +0800
Subject: [PATCH] 发货弹窗成品料架
---
north-glass-erp/northglass-erp/src/components/pp/SelectProcessCardDetail.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/components/pp/SelectProcessCardDetail.vue b/north-glass-erp/northglass-erp/src/components/pp/SelectProcessCardDetail.vue
index 15bb0fb..c1f756b 100644
--- a/north-glass-erp/northglass-erp/src/components/pp/SelectProcessCardDetail.vue
+++ b/north-glass-erp/northglass-erp/src/components/pp/SelectProcessCardDetail.vue
@@ -117,7 +117,7 @@
filters: [{data: ''}],
slots: {filter: 'num1_filter'}
},
- {field: 'rack',width:100, title: t('鏋跺彿'), slots: {filter: 'num1_filter'}},
+ {field: 'rack',width:100, title:t('processCard.shelfNumber'), slots: {filter: 'num1_filter'}},
{field: 'technology_number', title: t('processCard.technologyNumber'),},
{
field: 'product_id',
@@ -145,7 +145,7 @@
buttons: [
{code: 'update', name: t('鍚堟灦'), status: 'primary'},
{code: 'save', name: t('淇濆瓨'), status: 'primary'},
- {code: 'clear', name: t('鍒犻櫎'), status: 'primary'},
+ {code: 'clear', name: t('娓呯┖'), status: 'primary'},
],
},
@@ -297,6 +297,6 @@
.main-table{
width: 100%;
- height: 600px;
+ height: 540px;
}
</style>
\ No newline at end of file
--
Gitblit v1.8.0