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/basicData/mdm/components/data.ts | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/views/basicData/mdm/components/data.ts b/src/views/basicData/mdm/components/data.ts
index 91c4743..d6c8b5a 100644
--- a/src/views/basicData/mdm/components/data.ts
+++ b/src/views/basicData/mdm/components/data.ts
@@ -12,28 +12,28 @@
return [
{
fieldName: 'code',
- label: '鐗╂枡缂栫爜',
+ label: '鍝佺缂栫爜',
component: 'Input',
componentProps: {
allowClear: true,
- placeholder: '璇疯緭鍏ョ墿鏂欑紪鐮�',
+ placeholder: '璇疯緭鍏ュ搧绉嶇紪鐮�',
},
},
{
fieldName: 'name',
- label: '鐗╂枡鍚嶇О',
+ label: '鍝佺鍚嶇О',
component: 'Input',
componentProps: {
allowClear: true,
- placeholder: '璇疯緭鍏ョ墿鏂欏悕绉�',
+ placeholder: '璇疯緭鍏ュ搧绉嶅悕绉�',
},
},
{
fieldName: 'categoryId',
- label: '鐗╂枡鍒嗙被',
+ label: '鍝佺鍒嗙被',
component: 'ApiSelect',
componentProps: {
- placeholder: '璇烽�夋嫨鐗╂枡鍒嗙被',
+ placeholder: '璇烽�夋嫨鍝佺鍒嗙被',
allowClear: true,
api: async () => {
const res = await getItemTypeSimpleList();
@@ -64,12 +64,12 @@
{ type: multiple ? 'checkbox' : 'radio', width: 50 },
{
field: 'code',
- title: '鐗╂枡缂栫爜',
+ title: '鍝佺缂栫爜',
minWidth: 120,
},
{
field: 'name',
- title: '鐗╂枡鍚嶇О',
+ title: '鍝佺鍚嶇О',
minWidth: 180,
align: 'left',
},
@@ -81,7 +81,7 @@
},
{
field: 'categoryId',
- title: '鐗╂枡鍒嗙被',
+ title: '鍝佺鍒嗙被',
minWidth: 120,
align: 'center',
slots: { default: 'categoryId' },
--
Gitblit v1.9.3