修改了高亮显示问题
This commit is contained in:
@@ -837,7 +837,7 @@ export default {
|
|||||||
},
|
},
|
||||||
// 表格显示高亮
|
// 表格显示高亮
|
||||||
tableRowClassName(row){
|
tableRowClassName(row){
|
||||||
if(row.row.caseStatus==8){
|
if(row.row.arbitratMethodName=="开庭审理"){
|
||||||
return 'pendingTrial'
|
return 'pendingTrial'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user