|
@@ -170,7 +170,7 @@ function getHistory(data) {
|
|
|
<p class="con-title">备注:${item.exampleRemark || '-'}</p>`
|
|
|
: ""}
|
|
|
${item.exampleStatus == 1 ?
|
|
|
- `<p class="con-title" >审核时间:${item.appealExamineDate || '-'}<span>审核人:${item.checkName || '-'}</span></p>
|
|
|
+ `<p class="con-title" ><span>审核时间:${item.appealExamineDate || '-'}</span><span>审核人:${item.checkName || '-'}</span></p>
|
|
|
<p class="con-title">审核结果:驳回</p>
|
|
|
<p class="con-title">驳回理由:${item.rejectReason || '-'}</p>`
|
|
|
: ""}
|