feat(balanceSummary): 余额汇总删除重复字段

This commit is contained in:
woody 2025-05-22 14:16:16 +08:00
parent feef8996c6
commit c10752df40
1 changed files with 0 additions and 108 deletions

View File

@ -179,115 +179,7 @@
{{ scope.row.account12 | numberToCurrency }}
</template>
</el-table-column>
<el-table-column
v-if="showData.settleAccount1"
align="center"
prop="settleAccount1"
:label="'消费账户余额' + `(${isLocals()})`"
><template slot-scope="scope">
{{ scope.row.settleAccount1 | numberToCurrency }}
</template>
</el-table-column>
<el-table-column
v-if="showData.settleAccount2"
align="center"
prop="settleAccount2"
:label="'现金账户余额' + `(${isLocals()})`"
><template slot-scope="scope">
{{ scope.row.settleAccount2 | numberToCurrency }}
</template>
</el-table-column>
<el-table-column
v-if="showData.settleAccount3"
align="center"
prop="settleAccount3"
:label="'政策账户余额' + `(${isLocals()})`"
><template slot-scope="scope">
{{ scope.row.settleAccount3 | numberToCurrency }}
</template>
</el-table-column>
<el-table-column
v-if="showData.settleAccount4"
align="center"
prop="settleAccount4"
:label="'奖金账户余额' + `(${isLocals()})`"
><template slot-scope="scope">
{{ scope.row.settleAccount4 | numberToCurrency }}
</template>
</el-table-column>
<el-table-column
v-if="showData.settleAccount5"
align="center"
prop="settleAccount5"
:label="'重消账户余额' + `(${isLocals()})`"
><template slot-scope="scope">
{{ scope.row.settleAccount5 | numberToCurrency }}
</template>
</el-table-column>
<el-table-column
v-if="showData.settleAccount6"
align="center"
prop="settleAccount6"
:label="'积分账户余额' + `(${isLocals()})`"
><template slot-scope="scope">
{{ scope.row.settleAccount6 | numberToCurrency }}
</template>
</el-table-column>
<el-table-column
v-if="showData.settleAccount7"
align="center"
prop="settleAccount7"
:label="'鼓励账户余额' + `(${isLocals()})`"
><template slot-scope="scope">
{{ scope.row.settleAccount7 | numberToCurrency }}
</template>
</el-table-column>
<el-table-column
v-if="showData.settleAccount8"
align="center"
prop="settleAccount8"
:label="'复购券余额' + `(${isLocals()})`"
><template slot-scope="scope">
{{ scope.row.settleAccount8 | numberToCurrency }}
</template>
</el-table-column>
<el-table-column
v-if="showData.settleAccount9"
align="center"
prop="settleAccount9"
:label="'全球积分余额' + `(${isLocals()})`"
><template slot-scope="scope">
{{ scope.row.settleAccount9 | numberToCurrency }}
</template>
</el-table-column>
<el-table-column
v-if="showData.settleAccount10"
align="center"
prop="settleAccount10"
:label="'车奖积分余额' + `(${isLocals()})`"
><template slot-scope="scope">
{{ scope.row.settleAccount10 | numberToCurrency }}
</template>
</el-table-column>
<el-table-column
v-if="showData.settleAccount11"
align="center"
prop="settleAccount11"
:label="'直播代金券余额' + `(${isLocals()})`"
><template slot-scope="scope">
{{ scope.row.settleAccount11 | numberToCurrency }}
</template>
</el-table-column>
<el-table-column
v-if="showData.settleAccount12"
align="center"
prop="settleAccount12"
:label="'乐学代金券余额' + `(${isLocals()})`"
><template slot-scope="scope">
{{ scope.row.settleAccount12 | numberToCurrency }}
</template>
</el-table-column>
<el-table-column align="center" prop="time" :label="'操作'">
<template slot-scope="scope">
<el-button