Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -103,7 +103,7 @@ export default { |
| 103 | 103 | const f = this.statusFlags; |
| 104 | 104 | return [ |
| 105 | 105 | { ...this.buttons[0], visible: f.isRefuse && f.contractCreateBy }, |
| 106 | - { ...this.buttons[1], visible: !f.isRefuse }, | |
| 106 | + { ...this.buttons[1], visible: true }, | |
| 107 | 107 | { ...this.buttons[2], visible: f.isAudit && f.canExamine }, |
| 108 | 108 | { ...this.buttons[3], visible: f.canDeliveryApply }, |
| 109 | 109 | { ...this.buttons[4], visible: f.isRefuse }, | ... | ... |