From 87eeef61ba3df631afb72c49e23af2d7222e565c Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Fri, 18 Mar 2022 22:26:00 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91=E5=8E=BB=E6=8E=89?= =?UTF-8?q?=E8=AF=81=E4=B9=A6=E4=B8=AD=E5=85=B3=E4=BA=8E=20=E9=82=AE?= =?UTF-8?q?=E5=AF=84=E7=9A=84=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../VinCertificateModal.vue | 35 ++++++++++--------- 1 file changed, 18 insertions(+), 17 deletions(-) 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: {