From 5c7b19ffb8a0e9fd3514243e721dc621395079d8 Mon Sep 17 00:00:00 2001 From: lijiarao Date: Thu, 25 Aug 2022 14:54:22 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=AF=81=E4=B9=A6=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E4=B8=AD=E8=AF=81=E4=B9=A6=E5=BD=A2=E5=BC=8F=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=AD=97=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../standardsAssociation/CertificateManagement.vue | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/views/standardsAssociation/CertificateManagement.vue b/src/views/standardsAssociation/CertificateManagement.vue index 331539b..f219158 100644 --- a/src/views/standardsAssociation/CertificateManagement.vue +++ b/src/views/standardsAssociation/CertificateManagement.vue @@ -363,18 +363,7 @@ export default { title: '证书形式', align: 'center', width: 120, - dataIndex: 'certificateModality', - customRender: function (text) { - if (text === 1) { - return '换证' - } else if (text === 2) { - return '续证' - } else if (text === 3) { - return '正常' - } else if (text === 4) { - return '申请' - } - } + dataIndex: 'certificateModality_dictText', }, { title: '操作',