zhanghua
2025-07-16 7c20fd15b7fbc2bd5756b39d5ab655cc849ffcc3
src/views/operate/fivepack/threepack/components/content.vue
@@ -61,6 +61,7 @@
        :data="tableData"
        style="width: 100%"
        :row-class-name="tableRowClassName"
        @selection-change="tableChange"
      >
        <el-table-column type="selection" min-width="5"> </el-table-column>
        <el-table-column prop="storeNumber" label="店铺编号" min-width="10">
@@ -77,8 +78,8 @@
          min-width="10"
        >
        </el-table-column>
        <el-table-column prop="storeScore" label="店铺积分" min-width="10">
        </el-table-column>
        <!-- <el-table-column prop="storeScore" label="店铺积分" min-width="10">
        </el-table-column> -->
        <el-table-column prop="videoPoint" label="关联摄像机" min-width="10">
          <template v-if="scope.row.videoId" slot-scope="scope">
            <span>{{ scope.row.videoPoint.name }}</span>
@@ -340,6 +341,10 @@
      }
    };
    return {
      tempList: [],
      myIdx: 0,
      all: false,
      unsame: false,
      storeCode: null,
      storeStatus: null,
      options: [
@@ -404,6 +409,11 @@
  },
  methods: {
    // 监听表格选中状态
    tableChange(list) {
      this.tempList = list;
      this.all = list.length === this.tableData.length;
    },
    // 批量删除
    mulDelete(idArr) {
      this.$axios({