From 987319f7609f0bc1f718565c2d6d5e75f07d0fc7 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 25 Jul 2024 11:33:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AE=E6=92=AD=E8=A7=86=E9=A2=91=E6=87=92?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AppStoresTable.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/views/AppStoresTable.vue b/src/views/AppStoresTable.vue index e4fec75..49d3063 100644 --- a/src/views/AppStoresTable.vue +++ b/src/views/AppStoresTable.vue @@ -70,7 +70,8 @@ export default { {label: "店长姓名/电话", prop: "shopMangerName", format: v => `${v.shopMangerName}(${v.shopownerPhone})`}, ] }, - + curI: 0, + curJ: 0 } }, computed: { @@ -180,7 +181,7 @@ export default { this.$nextTick(() => this.dialog = true) } }) - } + }, }, mounted() { this.height = `${this.$el.clientHeight}px` @@ -190,14 +191,14 @@ export default {