调整结果总览详情弹窗分页与模型摘要
This commit is contained in:
@@ -28,6 +28,12 @@ const abnormalTab = fs.readFileSync(
|
||||
'group.groupType === "BANK_STATEMENT"',
|
||||
'group.groupType === "OBJECT"',
|
||||
"group.groupName",
|
||||
"statementPageSize: 5",
|
||||
"statementPageMap",
|
||||
"slice(startIndex, startIndex + this.statementPageSize)",
|
||||
"<el-pagination",
|
||||
':page-size="statementPageSize"',
|
||||
'@current-change="handleStatementPageChange(group, $event)"',
|
||||
"交易时间",
|
||||
"本方账户",
|
||||
"对方账户",
|
||||
|
||||
Reference in New Issue
Block a user