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 @@
- {{ scope.row.stationName }}
+ {{ scope.row.stationName }}
@@ -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,