服务商列表增加有效商户、无效商户数量统计字段

This commit is contained in:
倪大野 2023-06-06 14:57:09 +08:00
parent a0f1f2ad94
commit 6b2934ac53
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' } }
]