ZZJ
2022-02-21 c6935cb2e9e6f4e59552d929fd7860d00f4c39ec
src/pages/cameraAccess/components/DataStackInfo.vue
@@ -278,9 +278,18 @@
        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 == '处理中' || 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">