From 3d81f060800e1ce3acf075f420b4a56081697f73 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 18 十月 2023 11:25:32 +0800
Subject: [PATCH] modified: src/const/crud/admin/productType.js modified: src/views/admin/productType/index.vue
---
src/views/admin/productType/index.vue | 4 ++--
src/const/crud/admin/productType.js | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/const/crud/admin/productType.js b/src/const/crud/admin/productType.js
index 77a330c..01b2584 100644
--- a/src/const/crud/admin/productType.js
+++ b/src/const/crud/admin/productType.js
@@ -32,7 +32,7 @@
type: 'select',
span: 24,
}, {
- label: '绫诲瀷鍏抽敭瀛�',
+ label: '鍏抽敭瀛�',
prop: 'type',
span: 24,
}]
diff --git a/src/views/admin/productType/index.vue b/src/views/admin/productType/index.vue
index 55d70ff..b23cc54 100644
--- a/src/views/admin/productType/index.vue
+++ b/src/views/admin/productType/index.vue
@@ -58,8 +58,8 @@
<el-option v-for="(item,index) in staffNamesOptions" :key="index" :value="item.id" :label="item.staffName"/>
</el-select>
</el-form-item>
- <el-form-item prop="type" label="绫诲瀷鍏抽敭瀛�:" label-width="90px">
- <el-input style="width:100%" v-model="prodForm.type" placeholder="璇疯緭鍏ヤ骇鍝佺被鍨嬪叧閿瓧"/>
+ <el-form-item prop="type" label="鍏抽敭瀛�:" label-width="90px">
+ <el-input style="width:100%" v-model="prodForm.type" placeholder="璇疯緭鍏ラ毝灞炲搧鐗屽叧閿瓧"/>
</el-form-item>
</el-form>
<div slot="footer"
--
Gitblit v1.9.3