ZZJ
2022-03-18 2af62f40a1525c820e824c23a75f0fa8318372ae
src/pages/cameraAccess/components/DataStackInfo.vue
@@ -278,9 +278,20 @@
        show-overflow-tooltip
        align="center"
      >
        <template slot-scope="scope">{{
          scope.row.status | statusFormat
        }}</template>
        <template slot-scope="scope">
          <div
            class="lowHash"
            v-if="
              !PollData.stackChannelCount &&
              (scope.row.status == '1' || scope.row.status == '2')
            "
          >
            数据栈算力不足
          </div>
          <div class="normal" v-else>
            {{ scope.row.status | statusFormat }}
          </div>
        </template>
      </el-table-column>
      <el-table-column label="操作" show-overflow-tooltip align="center">
        <template slot-scope="scope">