Commit 9979df20c491cd00b9790541aa82964bac1d9fe9

Authored by 史婷婷
1 parent 194a0f56

feat: 订货单-详情按钮判断优化

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 },
... ...