fix: 记账统计分析,功能优化。
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="交易日期" align="center" prop="time" />
|
||||
<el-table-column label="收益金额" align="center" prop="value" />
|
||||
<el-table-column prop="detail" label="收益明细" width="700" v-if="queryParams.type === 1">
|
||||
<el-table-column prop="detail" label="收益明细" width="800" v-if="queryParams.type === 1">
|
||||
<template #default="scope">
|
||||
<span v-html="formatMultiLineData(scope.row.detail)"></span>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user