From dd2c9cf9b1c01eb11cee02a6470ae08ef0964512 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期三, 05 三月 2025 16:38:27 +0800 Subject: [PATCH] art: 技术状态鉴定 附件下载 及 结果录入文件名称错误问题修正 --- src/views/eam/PredictiveWorkPlanList.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/eam/PredictiveWorkPlanList.vue b/src/views/eam/PredictiveWorkPlanList.vue index 57e5974..98ac356 100644 --- a/src/views/eam/PredictiveWorkPlanList.vue +++ b/src/views/eam/PredictiveWorkPlanList.vue @@ -1,6 +1,6 @@ <template> <a-card - title="棰勬祴鎬х淮鎶ゆ柟妗�" + title="" :bordered='false' > <div class='table-page-search-wrapper'> @@ -313,7 +313,7 @@ dataIndex: 'monitorTypeName' }, { - title: '璁惧缂栫爜', + title: '缁熶竴缂栫爜', align: 'center', dataIndex: 'deviceNum' }, @@ -441,12 +441,12 @@ this.$refs.modalForm.disableSubmit = false this.$refs.modalForm.isRevise = false }, - handleAdd: function() { - this.$refs.modalForm.add() - this.$refs.modalForm.title = '鏂板' - this.$refs.modalForm.disableSubmit = false - this.$refs.modalForm.isRevise = false - }, + // handleAdd: function() { + // this.$refs.modalForm.add() + // this.$refs.modalForm.title = '鏂板' + // this.$refs.modalForm.disableSubmit = false + // this.$refs.modalForm.isRevise = false + // }, //鍗囩増 handleRevise: function(record) { -- Gitblit v1.9.3