@@ -218,7 +218,6 @@ export default {
},
};
-
watch: {
success(res) {
alert(1);
@@ -39,7 +39,7 @@
<el-table-column prop="stationAddress" label="台区地址" width="">
</el-table-column>
<el-table-column prop="pointNum" label="点位数量" width="">
- <template #default>
+ <template #default-slot="scope">
<router-link style="margin-right:15px;" :to="{ path:'siteList',query:{id:scope.row.stationName}}">
{{ scope.row.pointNum }}
</router-link>