From c27c5a767f47a3756f08a8975278d2ec9fcb8096 Mon Sep 17 00:00:00 2001 From: admin-lmm <2497833386@QQ.com> Date: Tue, 11 Jul 2023 10:06:57 +0800 Subject: [PATCH] =?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,