From 91c82965b2d987452ca276e3a03b48c8dcda2ae9 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期三, 19 八月 2026 11:47:26 +0800
Subject: [PATCH] config(env): 更新生产环境配置和公司名称
---
src/views/mes/md/item/type/data.ts | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/mes/md/item/type/data.ts b/src/views/mes/md/item/type/data.ts
index 5090e69..b9a95de 100644
--- a/src/views/mes/md/item/type/data.ts
+++ b/src/views/mes/md/item/type/data.ts
@@ -9,9 +9,9 @@
DICT_TYPE,
MesAutoCodeRuleCode,
MesItemOrProductEnum,
-} from '..\..\..\..\..\packages\constants\src';
-import { getDictOptions } from '..\..\..\..\..\packages\effects\hooks\src';
-import { handleTree } from '..\..\..\..\..\packages\utils\src';
+} from '@vben/constants';
+import { getDictOptions } from '@vben/hooks';
+import { handleTree } from '@vben/utils';
import { Button } from 'ant-design-vue';
@@ -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