fix: 智聪记账管理,新增睡眠账户统计功能,优化展示余额。
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
<dict-tag :options="lend_type" :value="scope.row.lendType" />
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="余额" align="center" prop="balance" />
|
||||
<el-table-column label="账户状态" align="center" prop="status">
|
||||
<template #default="scope">
|
||||
<dict-tag :options="account_status" :value="scope.row.status" />
|
||||
|
||||
Reference in New Issue
Block a user