zhuliu 7 tháng trước cách đây
mục cha
commit
ab44514186
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/report/components/view/table.vue

+ 1 - 0
src/views/report/components/view/table.vue

@@ -34,6 +34,7 @@
                   </el-link>
                 </div>
                 <div v-else-if="['eventNames','cronNames'].includes(item.value)" v-html="$commonJS.getColumnData(scope.row,item)"></div>
+                <div v-else-if="['conclusion'].includes(item.value)" v-html="$constants.litigationResult[scope.row.conclusion]"></div>
                 <div v-else v-html="$commonJS.getColumnData(scope.row,item)"></div>
               </template>
             </el-table-column>