完善异常账户预警口径和账户查询
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user