diff --git a/src/views/standardsAssociation/memberManagementModule/VinCertificateModal.vue b/src/views/standardsAssociation/memberManagementModule/VinCertificateModal.vue index 2c2509c..03f670e 100644 --- a/src/views/standardsAssociation/memberManagementModule/VinCertificateModal.vue +++ b/src/views/standardsAssociation/memberManagementModule/VinCertificateModal.vue @@ -3088,23 +3088,24 @@ export default { // align: 'center', // dataIndex: 'handleStatus_dictText' // }, - { - title: '快递公司', - align: 'center', - dataIndex: 'sendMethod', - customRender: function(text) { - if (text === 1) { - return 'EMS' - } else if (text === 2) { - return '顺丰' - } - } - }, - { - title: '快递单号', - align: 'center', - dataIndex: 'postNo' - }], + // { + // title: '快递公司', + // align: 'center', + // dataIndex: 'sendMethod', + // customRender: function(text) { + // if (text === 1) { + // return 'EMS' + // } else if (text === 2) { + // return '顺丰' + // } + // } + // }, + // { + // title: '快递单号', + // align: 'center', + // dataIndex: 'postNo' + // } + ], // 页面分页信息 ipagination: {