代码调整
This commit is contained in:
parent
c0269c0f03
commit
b553334baa
|
|
@ -170,13 +170,12 @@
|
||||||
// text += '<a style="color: #a59e9e;cursor: pointer;font-size: 15px"' +
|
// text += '<a style="color: #a59e9e;cursor: pointer;font-size: 15px"' +
|
||||||
// ' id="reject">已驳回</a>';
|
// ' id="reject">已驳回</a>';
|
||||||
// }
|
// }
|
||||||
// text += '<a lay-event="pass" style="color: #009688;cursor: pointer;font-size: 15px"' +
|
// // text += '<a lay-event="pass" style="color: #009688;cursor: pointer;font-size: 15px"' +
|
||||||
// ' id="pass">通过</a>';
|
// // ' id="pass">通过</a>';
|
||||||
// text +=
|
// // text +=
|
||||||
// '<a lay-event="reject" style="color: #a59e9e;cursor: pointer;font-size: 15px;margin-left: 10px"' +
|
// // '<a lay-event="reject" style="color: #a59e9e;cursor: pointer;font-size: 15px;margin-left: 10px"' +
|
||||||
// ' id="reject">驳回</a>';
|
// // ' id="reject">驳回</a>';
|
||||||
// return text;
|
// return text;
|
||||||
|
|
||||||
let text = "";
|
let text = "";
|
||||||
if (d.isTwoApprove == 1 && d.isApprove == 1 && d.isThreeApprove == 0) {
|
if (d.isTwoApprove == 1 && d.isApprove == 1 && d.isThreeApprove == 0) {
|
||||||
text += '<a lay-event="pass" style="color: #009688;cursor: pointer;font-size: 15px"' +
|
text += '<a lay-event="pass" style="color: #009688;cursor: pointer;font-size: 15px"' +
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue