代码完善
This commit is contained in:
parent
1548ebb0c6
commit
e65aba9c94
|
|
@ -160,11 +160,11 @@
|
||||||
cellData.templet = function (d) {
|
cellData.templet = function (d) {
|
||||||
//如果d.isApprove == 1 去除当前行的编辑功能
|
//如果d.isApprove == 1 去除当前行的编辑功能
|
||||||
let text = "";
|
let text = "";
|
||||||
if (d.isTwoApprove == 1) {
|
if (d.isThreeApprove == 1) {
|
||||||
text += '<a style="color: #009688;cursor: pointer;font-size: 15px"' +
|
text += '<a style="color: #009688;cursor: pointer;font-size: 15px"' +
|
||||||
' id="pass">已通过</a>';
|
' id="pass">已通过</a>';
|
||||||
}
|
}
|
||||||
if (d.isTwoApprove == 2) {
|
if (d.isThreeApprove == 2) {
|
||||||
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>';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue