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