Commit 083822c71731359e1fc6369fa2eee55a277d74b9

Authored by lxf
2 parents c44b29c0 5026f976

Merge branch 'master' into 货源管理

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
pages/settlement/card.vue
@@ -47,7 +47,7 @@ @@ -47,7 +47,7 @@
47 <view class="item" v-if="'WAIT_APPLY' === item.applyStatus"> 47 <view class="item" v-if="'WAIT_APPLY' === item.applyStatus">
48 <u-button v-if="$permission('/paymentApply/apply')" type="primary" @tap.stop="applyFun">申请支付</u-button> 48 <u-button v-if="$permission('/paymentApply/apply')" type="primary" @tap.stop="applyFun">申请支付</u-button>
49 </view> 49 </view>
50 - <view class="item" v-else> 50 + <view class="item" style="gap: 10px" v-else>
51 <u-button v-if="'WAIT_AUDIT' === item.applyStatus && $permission('/paymentApply/apply')" @tap.stop="cancelApplyFun">撤回申请</u-button> 51 <u-button v-if="'WAIT_AUDIT' === item.applyStatus && $permission('/paymentApply/apply')" @tap.stop="cancelApplyFun">撤回申请</u-button>
52 <u-button v-if="$permission('/paymentApply/audit')" type="primary" @tap.stop="auditFun">审核申请</u-button> 52 <u-button v-if="$permission('/paymentApply/audit')" type="primary" @tap.stop="auditFun">审核申请</u-button>
53 </view> 53 </view>