This commit is contained in:
Taric Xin
2022-03-10 20:46:28 +08:00
parent 268919bda5
commit 6ef3718fbc
3 changed files with 25 additions and 8 deletions

View File

@ -282,7 +282,7 @@ export class PaymentRecordComponent implements OnInit {
{ title: '申请人', index: 'applyUserName', width: 90 },
{ title: '处理时间', index: 'handlerTime', width: 180 },
{ title: '处理人', index: 'handlerUserName', width: 90 },
{ title: '失败原因', index: 'failCause', width: 250 },
{ title: '备注', index: 'failCause', width: 250 },
{
title: '操作',
fixed: 'right',