Commit 5026f9761ce550bc9f6f1d51cf94aa160172ae94
1 parent
b2673377
Exists in
master
and in
1 other branch
fix: 下单选择器优化
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
pages/settlement/card.vue
| ... | ... | @@ -47,7 +47,7 @@ |
| 47 | 47 | <view class="item" v-if="'WAIT_APPLY' === item.applyStatus"> |
| 48 | 48 | <u-button v-if="$permission('/paymentApply/apply')" type="primary" @tap.stop="applyFun">申请支付</u-button> |
| 49 | 49 | </view> |
| 50 | - <view class="item" v-else> | |
| 50 | + <view class="item" style="gap: 10px" v-else> | |
| 51 | 51 | <u-button v-if="'WAIT_AUDIT' === item.applyStatus && $permission('/paymentApply/apply')" @tap.stop="cancelApplyFun">撤回申请</u-button> |
| 52 | 52 | <u-button v-if="$permission('/paymentApply/audit')" type="primary" @tap.stop="auditFun">审核申请</u-button> |
| 53 | 53 | </view> | ... | ... |