|
@@ -299,7 +299,7 @@ $(function () {
|
|
|
class="pull-right
|
|
|
${auditConst.statusClass[auditor.status]}">${auditor.status !== auditConst.status.uncheck ? auditConst.statusString[auditor.status] : ''}
|
|
|
${auditor.status === auditConst.status.checkNo ? user.name : ''}
|
|
|
- ${auditor.status === auditConst.status.checkNoPre ? leftAuditors.find(item => item.sort === auditor.sort-1).name : ''}
|
|
|
+ ${auditor.status === auditConst.status.checkNoPre ? auditors.find(item => item.sort === auditor.sort-1).name : ''}
|
|
|
</span>
|
|
|
</p>
|
|
|
<p class="text-muted mb-0">${auditor.role}</p>
|