Browse Source

[SBBJ-983]审批通过状态不显示审批按钮其余状态都展示

master
zengqinyuan 4 weeks ago
parent
commit
138b6373c5
  1. 2
      src/views/eam/item/applicationRecord/index.vue

2
src/views/eam/item/applicationRecord/index.vue

@ -180,7 +180,7 @@
}
const isShowApproveButton = (row) => {
if (row.status == 4 || row.isApprove == 'TRUE') {
if (row.isApprove == 'TRUE') {
return true
} else {
return false

Loading…
Cancel
Save