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 +++--- 1 files changed, 3 insertions(+), 3 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() -- Gitblit v1.9.3