This commit is contained in:
Your Name
2023-11-30 22:10:56 +08:00
+1 -1
View File
@@ -837,7 +837,7 @@ export default {
}, },
// 表格显示高亮 // 表格显示高亮
tableRowClassName(row){ tableRowClassName(row){
if(row.row.caseStatus==8){ if(row.row.arbitratMethodName=="开庭审理"){
return 'pendingTrial' return 'pendingTrial'
} }