fuliqi
2024-03-21 9577c12743f5c0454afb3809b57f0c3fe014ee36
违约单规则翻译
1个文件已修改
3 ■■■■ 已修改文件
src/views/system/calculate/order/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/calculate/order/index.vue
@@ -37,7 +37,8 @@
        <template slot-scope="scope">
          <div v-if="scope.row.scoreCategory === 1">视频在线率</div>
          <div v-else-if="scope.row.scoreCategory === 2">存储故障</div>
          <div v-else-if="scope.row.scoreCategory === 3">保障工作</div>
          <div v-else-if="scope.row.scoreCategory === 4">一机一档24小时未修复</div>
          <div v-else-if="scope.row.scoreCategory === 5">时钟不同步24小时未修复</div>
        </template>
      </el-table-column>
      <el-table-column label="创建人" align="center" prop="createBy" />