mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-08 20:10:16 +08:00
修改
This commit is contained in:
@@ -56,10 +56,9 @@
|
||||
<el-table-column type="selection" width="55" align="center" />
|
||||
<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>-->
|
||||
<!-- </template>-->
|
||||
<template slot-scope="scope">
|
||||
<span class="link-type" @click="goStationOrderReport(scope)">{{ scope.row.stationName }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column
|
||||
@@ -158,7 +157,7 @@ export default {
|
||||
path: 'station/orderReport',
|
||||
name: 'Report',
|
||||
params: {
|
||||
id: scope.row.id,
|
||||
id: scope.row.stationId,
|
||||
stationName: scope.row.stationName,
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user