shish 2 years ago
parent
commit
19bc403b91
1 changed files with 5 additions and 0 deletions
  1. 5 0
      ghs/src/views/member/custom-balance-list.vue

+ 5 - 0
ghs/src/views/member/custom-balance-list.vue

@@ -8,6 +8,11 @@
 				</el-tabs>
 			</template>
 
+			
+			<template #table-column-amount="{scope}">
+				<span> {{ scope.row.io == 1 ? '+' : '-' }} {{ scope.row.amount }} </span>
+			</template>
+
 			<template #slot-cp-term-list="{scope}">
 				<el-select @change="getCurrentCp" v-model="currentCustomName" filterable remote reserve-keyword placeholder="搜索客户" clearable 
 				:remote-method="searchCpInfo" :loading="loading" style="width:200px;margin-right:10px;" size="mini">