瀏覽代碼

Merge branch 'dev' of http://git.xayunmei.com/SH-Arbitrate/Arbitrate-Frontend into hhl

Your Name 2 年之前
父節點
當前提交
e3176967fa
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/views/caseManagement/caseList.vue

+ 1
- 1
src/views/caseManagement/caseList.vue 查看文件

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