运营流水分析 - 修改地区明细详情里流水字段

This commit is contained in:
2025-07-22 14:43:27 +08:00
parent 61fcdf378f
commit ca590b6b74

View File

@@ -139,21 +139,21 @@
label="新公会数(有效)"
/>
<el-table-column
prop="newGuildTotalGoldFlow"
prop="newGuildGoldFlow"
align="center"
label="新公会总钻石流水"
>
<template v-slot="scope">
{{ formattedNumber(scope.row.newGuildTotalGoldFlow) }}
{{ formattedNumber(scope.row.newGuildGoldFlow) }}
</template>
</el-table-column>
<el-table-column
prop="newGuildTotalDiamondFlow"
prop="newGuildDiamondFlow"
align="center"
label="新公会总金币流水"
>
<template v-slot="scope">
{{ formattedNumber(scope.row.newGuildTotalDiamondFlow) }}
{{ formattedNumber(scope.row.newGuildDiamondFlow) }}
</template>
</el-table-column>
<el-table-column