From 5636ee8eb5d1108668d0abf1e425268bde14922d Mon Sep 17 00:00:00 2001 From: hyingbo <1363390067@qq.com> Date: 星期一, 01 九月 2025 18:01:02 +0800 Subject: [PATCH] mdc首页开发 --- src/views/tms/modules/WarehouseForm.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/tms/modules/WarehouseForm.vue b/src/views/tms/modules/WarehouseForm.vue index 73fc95c..dc2e44b 100644 --- a/src/views/tms/modules/WarehouseForm.vue +++ b/src/views/tms/modules/WarehouseForm.vue @@ -24,10 +24,10 @@ </a-form-model-item> </a-col> <a-col :span="12"> - <a-form-model-item label="鍙跺瓙鑺傜偣鏍囪瘑" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="leafFlag"> - <a-radio-group :disabled="leafDisableFlag" v-model="model.leafFlag" placeholder="璇烽�夋嫨鏄惁鍙跺瓙鑺傜偣"> - <a-radio :value="'2'">鏈夊瓙鑺傜偣</a-radio> - <a-radio :value="'1'">鏄彾瀛愯妭鐐�</a-radio> + <a-form-model-item label="鏄惁鏈変笅绾у垎绫�" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="leafFlag"> + <a-radio-group :disabled="leafDisableFlag" v-model="model.leafFlag" placeholder="璇烽�夋嫨鏄惁鏈変笅绾у垎绫�"> + <a-radio :value="'2'">鏄�</a-radio> + <a-radio :value="'1'">鍚�</a-radio> </a-radio-group> </a-form-model-item> </a-col> @@ -90,7 +90,7 @@ { required: true, message: '璇疯緭鍏ョ埗鑺傜偣缂栧彿!'}, ], leafFlag: [ - { required: true, message: '璇疯緭鍏ユ槸鍚﹀彾瀛愯妭鐐�!'}, + { required: true, message: '璇疯緭鍏ユ槸鍚︽湁涓嬬骇鍒嗙被!'}, ], seq: [ { validator: (rule, value, callback) => { -- Gitblit v1.9.3