Oliver
2022-12-22 73b48dd59a2d47b365b87784371c4ef57dde659b
src/views/operate/fivepack/threepack/components/content.vue
@@ -37,6 +37,7 @@
          v-if="isStorePage()"
          type="primary"
          icon="el-icon-plus"
          class="button-addition"
          @click="handleView(null, 'create')"
          >添加</el-button
        >
@@ -79,6 +80,11 @@
            <span>{{ scope.row.videoPoint.name }}</span>
          </template>
        </el-table-column>
        <el-table-column prop="status" label="状态" min-width="10">
          <template v-if="scope.status" slot-scope="scope">
            <span>{{ scope.row.status==1?'经营':'倒闭' }}</span>
          </template>
        </el-table-column>
        <el-table-column prop="operation" label="操作" min-width="20">
          <template slot-scope="scope">
            <div v-if="!isStorePage()" class="operation">