From 52190152691bc217844d4f87b700274c297b104e Mon Sep 17 00:00:00 2001 From: qushaowei <qushaowei@163.com> Date: 星期四, 25 七月 2024 09:55:53 +0800 Subject: [PATCH] 设备管理修改 --- src/views/eam/modules/repairStandard/RepairStandardModel.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/eam/modules/repairStandard/RepairStandardModel.vue b/src/views/eam/modules/repairStandard/RepairStandardModel.vue index d56adcd..af3ceef 100644 --- a/src/views/eam/modules/repairStandard/RepairStandardModel.vue +++ b/src/views/eam/modules/repairStandard/RepairStandardModel.vue @@ -64,14 +64,14 @@ </a-col> <a-col :span="12"> <a-form-item - label="缁翠慨鏍囧噯鍚嶇О" + label="缁翠慨鏍囧噯鍐呭" :labelCol="labelCol" :wrapperCol="wrapperCol" > <a-input allow-clear :disabled="disableSubmit" - :placeholder="disableSubmit?'':'璇疯緭鍏ョ淮淇爣鍑嗗悕绉�'" + :placeholder="disableSubmit?'':'璇疯緭鍏ョ淮淇爣鍑嗗唴瀹�'" v-decorator="['name', validatorRules.name ]" /> </a-form-item> -- Gitblit v1.9.3