This commit is contained in:
admin-lmm
2023-07-11 10:03:11 +08:00
parent 8494157e45
commit 242a540fe8
2 changed files with 30 additions and 9 deletions

View File

@@ -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,
}
});