Browse Source

手续费为0 问题

lihuilin/feature-20250923114949-现金
zhangyongQINGHU 1 month ago
parent
commit
02937b857a
  1. 2
      src/views/moneyManage/receiveDetail/receiveDetail.vue

2
src/views/moneyManage/receiveDetail/receiveDetail.vue

@ -149,7 +149,7 @@
<el-table-column prop="handlingCharge" label="手续费"
v-if="!kefu && activeTab == 'pass' || activeTab == 'done'" width="150px">
<template #default="scope">
<div v-if="!scope.row.handlingCharge">
<div v-if="scope.row.handlingCharge == null ">
<text style="color: #FA5A1E;">待补充</text>
</div>
</template>

Loading…
Cancel
Save