shish пре 2 година
родитељ
комит
19bc403b91
1 измењених фајлова са 5 додато и 0 уклоњено
  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>
 				</el-tabs>
 			</template>
 			</template>
 
 
+			
+			<template #table-column-amount="{scope}">
+				<span> {{ scope.row.io == 1 ? '+' : '-' }} {{ scope.row.amount }} </span>
+			</template>
+
 			<template #slot-cp-term-list="{scope}">
 			<template #slot-cp-term-list="{scope}">
 				<el-select @change="getCurrentCp" v-model="currentCustomName" filterable remote reserve-keyword placeholder="搜索客户" clearable 
 				<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">
 				:remote-method="searchCpInfo" :loading="loading" style="width:200px;margin-right:10px;" size="mini">