From 242a540fe8ab64fac7462ed47a96092a2a4880a4 Mon Sep 17 00:00:00 2001 From: admin-lmm <2497833386@QQ.com> Date: Tue, 11 Jul 2023 10:03:11 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../financial/components/virtualFinance.vue | 30 ++++++++++++++++--- .../pile/merchant/components/revenue.vue | 9 +++--- 2 files changed, 30 insertions(+), 9 deletions(-) diff --git a/jsowell-ui/src/views/financial/components/virtualFinance.vue b/jsowell-ui/src/views/financial/components/virtualFinance.vue index 6b99d8cf3..c52d7b978 100644 --- a/jsowell-ui/src/views/financial/components/virtualFinance.vue +++ b/jsowell-ui/src/views/financial/components/virtualFinance.vue @@ -15,7 +15,7 @@ - + - - - + Date: Tue, 11 Jul 2023 10:06:57 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsowell-ui/src/views/pile/merchant/components/revenue.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/jsowell-ui/src/views/pile/merchant/components/revenue.vue b/jsowell-ui/src/views/pile/merchant/components/revenue.vue index aa02ee53f..3829b55d4 100644 --- a/jsowell-ui/src/views/pile/merchant/components/revenue.vue +++ b/jsowell-ui/src/views/pile/merchant/components/revenue.vue @@ -57,7 +57,7 @@ @@ -152,10 +152,9 @@ export default { } ); }, - goStationOrderReport(scope) { + goStationOrder(scope) { this.$router.push({ - path: 'station/orderReport', - name: 'Report', + name: 'stationDetail', params: { id: scope.row.stationId, stationName: scope.row.stationName,