Commit b3d11a3a authored by 姬鋆屾's avatar 姬鋆屾

parent 0ecaa6b3
...@@ -160,21 +160,7 @@ export default { ...@@ -160,21 +160,7 @@ export default {
{ {
label: "状态", label: "状态",
prop: "auditResult", prop: "auditResult",
formatter: (row) => { formatter: this.formatter,
return row.processStatus
? row.processStatus == 1
? "审核中"
: row.auditResult == 1
? "通过"
: row.auditResult == 2
? "不通过"
: row.auditResult == 3
? "撤销审批中"
: row.auditResult == 4
? "撤销审批完成"
: "--"
: "--";
},
}, },
{ label: "审批负责人", prop: "approver" }, { label: "审批负责人", prop: "approver" },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment