From cf4621c7ac2d62dc89f8ff545ead4ed5e1d5fb61 Mon Sep 17 00:00:00 2001 From: lilu Date: Mon, 19 Dec 2022 10:47:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MultiTab/MultiTab.vue | 3 + src/views/main/BookingLedger/detail/index.vue | 169 +++++++++++++++++- .../detail/modules/basicInfo.vue | 45 ++++- .../BookingLedger/detail/modules/billInfo.vue | 11 +- .../detail/modules/cargoInfo.vue | 3 +- .../detail/modules/goodsTable.vue | 50 +++++- .../detail/modules/mailingInfo.vue | 21 +-- .../detail/modules/rightContent.vue | 56 ++++-- src/views/main/BookingLedger/list/index.vue | 127 ++++++++++--- .../BookingLedger/list/modules/initData.js | 6 +- 10 files changed, 420 insertions(+), 71 deletions(-) diff --git a/src/components/MultiTab/MultiTab.vue b/src/components/MultiTab/MultiTab.vue index e0af107..4e7b4ff 100644 --- a/src/components/MultiTab/MultiTab.vue +++ b/src/components/MultiTab/MultiTab.vue @@ -198,6 +198,9 @@ export default { }) this.activeKey = newVal.fullPath } + this.fullPathList = this.pages.map((item, index) => { + return item.fullPath + }) console.log('=== 路由切换 === - pages: ', this.pages, ', fullPathList: ', this.fullPathList) }, activeKey: function(newPathKey) { diff --git a/src/views/main/BookingLedger/detail/index.vue b/src/views/main/BookingLedger/detail/index.vue index 1d8cffc..d380288 100644 --- a/src/views/main/BookingLedger/detail/index.vue +++ b/src/views/main/BookingLedger/detail/index.vue @@ -9,10 +9,11 @@ > - +