mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-03 17:40:13 +08:00
修改
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
<el-table-column label="交易日期" align="center" prop="tradeDate" />
|
||||
<el-table-column label="站点名称" align="center" prop="stationName" >
|
||||
<template slot-scope="scope">
|
||||
<span class="link-type" @click="goStationOrderReport(scope)">{{ scope.row.stationName }}</span>
|
||||
<span class="link-type" @click="goStationOrder(scope)">{{ scope.row.stationName }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user