From 3457909638c660c0cfcb521b6104ab64c679b914 Mon Sep 17 00:00:00 2001 From: zenglf <18502938215@163.com> Date: 星期二, 19 九月 2023 16:23:16 +0800 Subject: [PATCH] 修改页面左右展示比例 --- src/views/eam/PredictiveWorkPlanList.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/eam/PredictiveWorkPlanList.vue b/src/views/eam/PredictiveWorkPlanList.vue index 57e5974..839030f 100644 --- a/src/views/eam/PredictiveWorkPlanList.vue +++ b/src/views/eam/PredictiveWorkPlanList.vue @@ -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