fix: 智聪记账管理,新增睡眠账户统计功能,优化展示余额。

This commit is contained in:
tianyongbao
2025-02-24 13:43:15 +08:00
parent ac1b314e06
commit 67206731d6
8 changed files with 566 additions and 3 deletions

View File

@@ -36,6 +36,7 @@
<dict-tag :options="account_status" :value="scope.row.status" />
</template>
</el-table-column>
<el-table-column label="余额" align="center" prop="balance" />
<el-table-column label="期货交易中心账号" align="center" prop="tradingCenterCode" />
<el-table-column label="手续费" align="center" prop="commission" />
<el-table-column label="保证金比例" align="center" prop="bond" />