From 3c3e2e7d9261707469aaeda15fc604315d92dcb3 Mon Sep 17 00:00:00 2001 From: clunt Date: Tue, 13 Sep 2022 14:35:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E6=89=93=E5=BC=80=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E5=BA=94=E4=B8=BAblank=EF=BC=8C=E5=A6=82=E6=9E=9C?= =?UTF-8?q?=E6=B2=A1=E6=9C=89blank=E4=BC=9A=E5=AD=98=E5=9C=A8https?= =?UTF-8?q?=E9=87=8D=E5=AE=9A=E5=90=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/worker/certification/certification.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghy-admin/src/main/resources/templates/worker/certification/certification.html b/ghy-admin/src/main/resources/templates/worker/certification/certification.html index 5c268175..45197294 100644 --- a/ghy-admin/src/main/resources/templates/worker/certification/certification.html +++ b/ghy-admin/src/main/resources/templates/worker/certification/certification.html @@ -89,7 +89,7 @@ field: 'idCardUrl1', title: '身份证正面照片', formatter: function(value) { - if (value != null && value !== ''){return '查看图片';} + if (value != null && value !== ''){return '查看图片';} else {return ''} } }, @@ -97,7 +97,7 @@ field: 'idCardUrl2', title: '身份证反面照片', formatter: function(value) { - if (value != null && value !== ''){return '查看图片';} + if (value != null && value !== ''){return '查看图片';} else {return ''} } },