From 7065cf252ef09dc9652348fad2213f39fb3d80a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=B2=E4=B9=88=E4=BA=86?= Date: Wed, 17 Jan 2024 15:52:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=93=E6=89=91=E5=9B=BE=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/govern/manage/gplot/index.vue | 2 +- src/views/govern/manage/gplot/popupEdit.vue | 174 +++++++++++--------- 2 files changed, 95 insertions(+), 81 deletions(-) diff --git a/src/views/govern/manage/gplot/index.vue b/src/views/govern/manage/gplot/index.vue index f048212..1b51060 100644 --- a/src/views/govern/manage/gplot/index.vue +++ b/src/views/govern/manage/gplot/index.vue @@ -54,7 +54,7 @@ const tableStore = new TableStore({ icon: 'el-icon-EditPen', render: 'tipButton', click: row => { - popupRef.value.open('编辑菜单', row) + popupRef.value.open( row) } }, { diff --git a/src/views/govern/manage/gplot/popupEdit.vue b/src/views/govern/manage/gplot/popupEdit.vue index 4a5a4aa..c173ee5 100644 --- a/src/views/govern/manage/gplot/popupEdit.vue +++ b/src/views/govern/manage/gplot/popupEdit.vue @@ -1,36 +1,60 @@