Commit 5026f9761ce550bc9f6f1d51cf94aa160172ae94

Authored by lxf
1 parent b2673377

fix: 下单选择器优化

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>