diff --git a/jeepay-ui-manager/src/views/isv/IsvList.vue b/jeepay-ui-manager/src/views/isv/IsvList.vue index 80e9438..a54e584 100644 --- a/jeepay-ui-manager/src/views/isv/IsvList.vue +++ b/jeepay-ui-manager/src/views/isv/IsvList.vue @@ -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' } } ]