Explorar el Código

Merge branch 'gyj' into dev

gyj hace 2 años
padre
commit
7709a5fb88
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/views/caseManagement/caseList.vue

+ 1
- 1
src/views/caseManagement/caseList.vue Ver fichero

837
     },
837
     },
838
     // 表格显示高亮
838
     // 表格显示高亮
839
     tableRowClassName(row){
839
     tableRowClassName(row){
840
-      if(row.row.caseStatus==8){
840
+      if(row.row.arbitratMethodName=="开庭审理"){
841
         return 'pendingTrial'
841
         return 'pendingTrial'
842
       }
842
       }
843
       
843