From 76b5cb86e3ea81deb60765104c6f31e3b2b99dc5 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Mon, 28 Aug 2023 17:31:43 +0800 Subject: [PATCH] 2023-8-28 --- src/components/XyTable/index.vue | 3 + .../components/paymentRegistration.vue | 959 +++++++------ src/views/dashboard/index.vue | 25 +- .../components/examineRegistration.vue | 1270 +++++++++-------- .../components/addGovPlane.vue | 221 ++- src/views/statisticalReport/govProcure.vue | 42 +- 6 files changed, 1390 insertions(+), 1130 deletions(-) diff --git a/src/components/XyTable/index.vue b/src/components/XyTable/index.vue index e31df00..66208cb 100644 --- a/src/components/XyTable/index.vue +++ b/src/components/XyTable/index.vue @@ -119,6 +119,9 @@ export default { }, toggleAllSelection(){ this.$refs.table.toggleAllSelection() + }, + setCurrentRow (row) { + this.$refs.table.setCurrentRow(row) } }, created() { diff --git a/src/views/contract/components/paymentRegistration.vue b/src/views/contract/components/paymentRegistration.vue index 9d4b4d8..7b1ca2b 100644 --- a/src/views/contract/components/paymentRegistration.vue +++ b/src/views/contract/components/paymentRegistration.vue @@ -1,478 +1,489 @@ - - - - - diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index e67f3e1..99de622 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -131,7 +131,7 @@
-
+
-