Browse Source

202109290916

fanghuisheng 3 năm trước cách đây
mục cha
commit
8e28ceab27
2 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 0 1
      src/views/siteManage/index.vue
  2. 1 1
      src/views/stationManage/index.vue

+ 0 - 1
src/views/siteManage/index.vue

@@ -218,7 +218,6 @@ export default {
       },
     };
   },
-
   watch: {
     success(res) {
       alert(1);

+ 1 - 1
src/views/stationManage/index.vue

@@ -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>