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/type/data.ts | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/mes/md/item/type/data.ts b/src/views/mes/md/item/type/data.ts
index 3858003..b9a95de 100644
--- a/src/views/mes/md/item/type/data.ts
+++ b/src/views/mes/md/item/type/data.ts
@@ -22,7 +22,7 @@
/** 琛ㄥ崟绫诲瀷 */
export type FormType = 'create' | 'detail' | 'update';
-/** 鏂板/淇敼鐗╂枡鍒嗙被鐨勮〃鍗� */
+/** 鏂板/淇敼鍝佺鍒嗙被鐨勮〃鍗� */
export function useFormSchema(
formType: FormType,
formApi?: VbenFormApi,
@@ -99,7 +99,7 @@
},
{
fieldName: 'itemOrProduct',
- label: '鐗╂枡/浜у搧鏍囪瘑',
+ label: '鍝佺/浜у搧鏍囪瘑',
component: 'RadioGroup',
componentProps: {
buttonStyle: 'solid',
@@ -185,7 +185,7 @@
},
{
field: 'itemOrProduct',
- title: '鐗╂枡/浜у搧',
+ title: '鍝佺/浜у搧',
width: 130,
align: 'center',
cellRender: {
--
Gitblit v1.9.3