zhuliu 7 bulan lalu
induk
melakukan
ab44514186
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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>