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 @@
-
+
-