|
@@ -183,7 +183,7 @@
|
|
|
{{else}}
|
|
|
<p><span>评分: </span> -${score}</p>
|
|
|
{{/if}}
|
|
|
- <p><span>操作类型: </span><span>${appealOperationType == 0 ? '删改条目' : appealOperationType == 1 ? '新增已有条目' : appealOperationType == 2 ? '新增缺失条目' : '恢复条目'}</span></p>
|
|
|
+ <p><span>操作类型: </span>${appealOperationType == 3 ? '恢复条目' : appealOperationType == 1 ? '新增已有条目' : appealOperationType == 2 ? '新增缺失条目' : '删改条目'}</p>
|
|
|
<p><span>缺陷详情: </span>${standardMsg}</p>
|
|
|
<div class="drop-box checker-drop-box">
|
|
|
<span><i class="required">*</i>审核人: </span>
|