Browse Source

手续费为0 问题

zhangrenyuan/feature-20250917134308-现金管理
zhangyongQINGHU 3 months 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