fix: 人情账单,新增借款时长字段。
This commit is contained in:
@@ -43,6 +43,7 @@
|
|||||||
<span>{{ parseTime(scope.row.closeDate, '{y}-{m}-{d}') }}</span>
|
<span>{{ parseTime(scope.row.closeDate, '{y}-{m}-{d}') }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column label="借款时长" align="center" prop="loanDays" />
|
||||||
<el-table-column label="账户状态" align="center" width="100" prop="state">
|
<el-table-column label="账户状态" align="center" width="100" prop="state">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<dict-tag :options="settle_state" :value="scope.row.state" />
|
<dict-tag :options="settle_state" :value="scope.row.state" />
|
||||||
|
|||||||
Reference in New Issue
Block a user