|
@@ -235,7 +235,9 @@
|
|
|
<span>审核结果:</span>
|
|
|
<span class="check-status">${exampleStatus==='1'?'驳回':'审核通过'}</span>
|
|
|
</p>
|
|
|
- <p class="check-item reject-item"><span>驳回理由:</span>${rejectReason}</p>
|
|
|
+ {{/if}}
|
|
|
+ {{if exampleStatus==='1'}}
|
|
|
+ <p class="reject-item"><span>驳回理由:</span>${rejectReason}</p>
|
|
|
{{/if}}
|
|
|
{{if exampleStatus==='2'}}
|
|
|
<p class="check-item"><span>处理方式:</span>${exampleOperation == 1 ? '修改' : exampleOperation == 2 ? '删除' : exampleOperation == 3 ? '新增已有' : exampleOperation == 4 ? '新增缺失' : '恢复条目'}</p>
|