完善异常账户预警口径和账户查询

This commit is contained in:
wjj
2026-07-20 11:13:54 +08:00
parent 4a75d68bf6
commit 657977dfb7
29 changed files with 286 additions and 14 deletions

View File

@@ -224,6 +224,10 @@
<el-table-column prop="abnormalType" label="异常类型" min-width="160" />
<el-table-column prop="abnormalTime" label="异常发生时间" min-width="160" />
<el-table-column prop="status" label="状态" min-width="120" />
<el-table-column prop="reasonDetail" label="命中原因" min-width="260" show-overflow-tooltip />
<el-table-column prop="involvedAmount" label="涉及金额" min-width="130" align="right">
<template slot-scope="scope">{{ formatAmount(scope.row.involvedAmount) }}</template>
</el-table-column>
</el-table>
<pagination