zhuliu 7 months ago
parent
commit
ab44514186
1 changed files with 1 additions and 0 deletions
  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>