代码调整

This commit is contained in:
BianLzhaoMin 2025-02-19 16:30:42 +08:00
parent c0269c0f03
commit b553334baa
1 changed files with 5 additions and 6 deletions

View File

@ -170,13 +170,12 @@
// text += '<a style="color: #a59e9e;cursor: pointer;font-size: 15px"' +
// ' id="reject">已驳回</a>';
// }
// text += '<a lay-event="pass" style="color: #009688;cursor: pointer;font-size: 15px"' +
// ' id="pass">通过</a>';
// text +=
// '<a lay-event="reject" style="color: #a59e9e;cursor: pointer;font-size: 15px;margin-left: 10px"' +
// ' id="reject">驳回</a>';
// // text += '<a lay-event="pass" style="color: #009688;cursor: pointer;font-size: 15px"' +
// // ' id="pass">通过</a>';
// // text +=
// // '<a lay-event="reject" style="color: #a59e9e;cursor: pointer;font-size: 15px;margin-left: 10px"' +
// // ' id="reject">驳回</a>';
// return text;
let text = "";
if (d.isTwoApprove == 1 && d.isApprove == 1 && d.isThreeApprove == 0) {
text += '<a lay-event="pass" style="color: #009688;cursor: pointer;font-size: 15px"' +