diff --git a/src/main/resources/static/route/reportcase/list_community_accept.html b/src/main/resources/static/route/reportcase/list_community_accept.html index eda16c3..37b3fcc 100644 --- a/src/main/resources/static/route/reportcase/list_community_accept.html +++ b/src/main/resources/static/route/reportcase/list_community_accept.html @@ -174,11 +174,7 @@ if (row.caseFlowForward == '1'){ value += ''; } - value + - ''+ - ''+ - ''+ - '' + value += ''; return value; } }, @@ -202,7 +198,7 @@ } else{ value += '
案件状态'+ caseStatusFormatter(row.caseStatus) +'
'; } - value + + value += '
'+ '
'+ '';