From cf84543fb205993a0a20e0e420712f6f146cd09d Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期五, 01 八月 2025 11:44:01 +0800 Subject: [PATCH] 故障报修新增hf编码 --- src/views/eam/repair/modules/EamRepairPersonForm.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/eam/repair/modules/EamRepairPersonForm.vue b/src/views/eam/repair/modules/EamRepairPersonForm.vue index 8d21893..6d3f3f7 100644 --- a/src/views/eam/repair/modules/EamRepairPersonForm.vue +++ b/src/views/eam/repair/modules/EamRepairPersonForm.vue @@ -19,8 +19,8 @@ </a-form-model-item> </a-col> <a-col :span="24"> - <a-form-model-item label="缁翠慨鏃堕暱" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="repairDuration"> - <a-input v-model="model.repairDuration" placeholder="璇疯緭鍏ョ淮淇椂闀�" ></a-input> + <a-form-model-item label="缁翠慨鏃堕暱(灏忔椂)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="repairDuration"> + <a-input v-model="model.repairDuration" placeholder="璇疯緭鍏ョ淮淇椂闀�(灏忔椂)" ></a-input> </a-form-model-item> </a-col> <a-col :span="24"> -- Gitblit v1.9.3