|
|
|
@ -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> |
|
|
|
|