修复余额错误的问题

This commit is contained in:
weipengfei 2023-10-17 17:15:08 +08:00
parent 37ac601469
commit 805fa91f52

View File

@ -82,11 +82,11 @@
/>
<el-table-column
label="公司收益"
prop="deposit"
prop="company_money"
show-overflow-tooltip
>
<template #default="{ row }">
<span class="text-success">{{ row.deposit }}</span>
<span class="text-success">{{ row.company_money }}</span>
</template>
</el-table-column>
<el-table-column label="区县" prop="area" show-overflow-tooltip />