From b7eb1da8220f5b72f6891c3c6471ca386604cce4 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期三, 19 八月 2026 10:38:21 +0800
Subject: [PATCH] feat(dashboard): 添加一袋一码首页并重构相关枚举常量
---
src/views/mes/md/item/data.ts | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/views/mes/md/item/data.ts b/src/views/mes/md/item/data.ts
index 5d74bb2..d18c30f 100644
--- a/src/views/mes/md/item/data.ts
+++ b/src/views/mes/md/item/data.ts
@@ -332,31 +332,31 @@
];
}
-/** 鐗╂枡閫夋嫨寮圭獥鎼滅储琛ㄥ崟 */
+/** 鍝佺閫夋嫨寮圭獥鎼滅储琛ㄥ崟 */
export function useItemSelectGridFormSchema(): VbenFormSchema[] {
return [
{
fieldName: 'code',
- label: '鐗╂枡缂栫爜',
+ label: '鍝佺缂栫爜',
component: 'Input',
componentProps: {
allowClear: true,
- placeholder: '璇疯緭鍏ョ墿鏂欑紪鐮�',
+ placeholder: '璇疯緭鍏ュ搧绉嶇紪鐮�',
},
},
{
fieldName: 'name',
- label: '鐗╂枡鍚嶇О',
+ label: '鍝佺鍚嶇О',
component: 'Input',
componentProps: {
allowClear: true,
- placeholder: '璇疯緭鍏ョ墿鏂欏悕绉�',
+ placeholder: '璇疯緭鍏ュ搧绉嶅悕绉�',
},
},
];
}
-/** 鐗╂枡閫夋嫨寮圭獥鍒楄〃瀛楁 */
+/** 鍝佺閫夋嫨寮圭獥鍒楄〃瀛楁 */
export function useItemSelectGridColumns(
multiple = true,
): VxeTableGridOptions<MesMdItemApi.Item>['columns'] {
@@ -364,12 +364,12 @@
{ type: multiple ? 'checkbox' : 'radio', width: 50 },
{
field: 'code',
- title: '鐗╂枡缂栫爜',
+ title: '鍝佺缂栫爜',
width: 180,
},
{
field: 'name',
- title: '鐗╂枡鍚嶇О',
+ title: '鍝佺鍚嶇О',
minWidth: 160,
align: 'left',
},
@@ -387,7 +387,7 @@
},
{
field: 'itemOrProduct',
- title: '鐗╂枡/浜у搧',
+ title: '鍝佺/浜у搧',
width: 110,
align: 'center',
cellRender: {
--
Gitblit v1.9.3