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