Pre Merge pull request !3 from yuxuntoo/dev

This commit is contained in:
yuxuntoo 2023-11-22 10:08:41 +00:00 committed by Gitee
commit ec390fe3f5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ const tableColumns = [
{ key: 'isvNo', title: '服务商号', dataIndex: 'isvNo' },
{ key: 'state', title: '服务商状态', scopedSlots: { customRender: 'stateSlot' } },
{ key: 'createdAt', dataIndex: 'createdAt', title: '创建日期' },
{ key: 'normalMchNum', dataIndex: 'normalMchNum', title: '有效商户' },
{ key: 'stopMchNum', dataIndex: 'stopMchNum', title: '无效商户' },
{ key: 'op', title: '操作', width: '260px', fixed: 'right', align: 'center', scopedSlots: { customRender: 'opSlot' } }
]