Commit 040c310b authored by 姬鋆屾's avatar 姬鋆屾

tui

......@@ -149,7 +149,13 @@ export default {
? "审核中"
: row.auditResult == 1
? "通过"
: "不通过"
: row.auditResult == 2
? "不通过"
: row.auditResult == 3
? "撤销审批中"
: row.auditResult == 4
? "撤销审批完成"
: "--"
: "--";
},
},
......
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