From 74c37d903d4d6a0e0ab8def8da28987532030ae0 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 23 Nov 2023 11:23:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=A7=E8=83=BD=E6=A3=80=E9=AA=8Ctabs?= =?UTF-8?q?=E6=94=B9=E5=8A=A8=E5=8F=8A=E8=AE=B0=E5=BD=95=E6=9F=A5=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/qm/behavior.vue | 135 ++++++++++++++++++--------------- src/views/qm/behavior_form.vue | 2 +- 2 files changed, 73 insertions(+), 64 deletions(-) diff --git a/src/views/qm/behavior.vue b/src/views/qm/behavior.vue index 5becff78..84e3bf20 100644 --- a/src/views/qm/behavior.vue +++ b/src/views/qm/behavior.vue @@ -19,10 +19,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -203,7 +209,10 @@ import saveDialog from './behavior_form.vue'; }, //查看 table_show(row) { - + this.visible = true; + this.$nextTick(() => { + this.$refs.saveDialog.open("show").setData(row); + }); }, handleQuery() { this.$refs.table.queryData(this.query) diff --git a/src/views/qm/behavior_form.vue b/src/views/qm/behavior_form.vue index cad5bd65..7a21ce91 100644 --- a/src/views/qm/behavior_form.vue +++ b/src/views/qm/behavior_form.vue @@ -174,7 +174,7 @@ - + 保存 取消