Pre Merge pull request !3 from yuxuntoo/dev
This commit is contained in:
commit
ec390fe3f5
|
|
@ -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' } }
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue