From 81c519d7412ef28d3cc3e2d015830e0f493a0dd5 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期四, 28 十一月 2024 09:32:59 +0800
Subject: [PATCH] MDC设备实施台账页面调整弹窗标题及输入提醒

---
 src/views/system/MdcEquipmentImplementLedger.vue                                     |    6 +++---
 src/views/system/modules/MdcEquipmentImplementLedger/MdcImplementLedgersSubModal.vue |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/system/MdcEquipmentImplementLedger.vue b/src/views/system/MdcEquipmentImplementLedger.vue
index be03875..9ab4844 100644
--- a/src/views/system/MdcEquipmentImplementLedger.vue
+++ b/src/views/system/MdcEquipmentImplementLedger.vue
@@ -328,13 +328,13 @@
 
       handleAdd: function(implementId = '', param = '') {
         this.$refs[param + 'modalForm'].add(implementId)
-        this.$refs[param + 'modalForm'].title = '鏂板'
+        this.$refs[param + 'modalForm'].title = !param ? '鏂板鍙拌处' : '鏂板鍙樻洿璁板綍'
         this.$refs[param + 'modalForm'].disableSubmit = false
       },
 
       handleEdit: function(record, param = '') {
         this.$refs[param + 'modalForm'].edit(record)
-        this.$refs[param + 'modalForm'].title = '缂栬緫'
+        this.$refs[param + 'modalForm'].title = !param ? '缂栬緫鍙拌处' : '缂栬緫鍙樻洿璁板綍'
         this.$refs[param + 'modalForm'].disableSubmit = false
       },
 
@@ -345,7 +345,7 @@
       handleDetail: function(record, param = '') {
         console.log(this.$refs[param + 'modalForm'])
         this.$refs[param + 'modalForm'].edit(record)
-        this.$refs[param + 'modalForm'].title = '璇︽儏'
+        this.$refs[param + 'modalForm'].title = !param ? '鍙拌处璇︽儏' : '鍙樻洿璁板綍璇︽儏'
         this.$refs[param + 'modalForm'].disableSubmit = true
         // 璋冪敤鎶藉眽琛ㄥ崟缁勪欢涓殑娓呴櫎琛ㄥ崟楠岃瘉鏂规硶
         // this.$refs[param + 'modalForm'].removeValidate()
diff --git a/src/views/system/modules/MdcEquipmentImplementLedger/MdcImplementLedgersSubModal.vue b/src/views/system/modules/MdcEquipmentImplementLedger/MdcImplementLedgersSubModal.vue
index c43895e..6bbb436 100644
--- a/src/views/system/modules/MdcEquipmentImplementLedger/MdcImplementLedgersSubModal.vue
+++ b/src/views/system/modules/MdcEquipmentImplementLedger/MdcImplementLedgersSubModal.vue
@@ -48,7 +48,7 @@
           </a-col>
           <a-col :span="12">
             <a-form-model-item label="璁惧缃戠粶纭" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="networkStatus">
-              <a-select :disabled="disableSubmit" placeholder="璇烽�夋嫨鍙樻洿鍘熷洜" :triggerChange="true"
+              <a-select :disabled="disableSubmit" placeholder="璇烽�夋嫨璁惧缃戠粶纭" :triggerChange="true"
                         v-model="model.networkStatus">
                 <a-select-option value='鏈仮澶�'>鏈仮澶�</a-select-option>
                 <a-select-option value='宸叉仮澶�'>宸叉仮澶�</a-select-option>

--
Gitblit v1.9.3