From 635b924b632bffd0ba5c415a96563e0a7a57e6c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Wed, 30 Mar 2022 14:07:02 +0800 Subject: [PATCH] =?UTF-8?q?52259=20=E5=BE=81=E6=B1=82=E6=84=8F=E8=A7=81?= =?UTF-8?q?=EF=BC=9A=E6=B7=BB=E5=8A=A0=EF=BC=8C=E6=95=B0=E6=8D=AE=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=90=8E=20=E5=A4=84=E7=90=86=E6=84=8F=E8=A7=81?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../standardForComments/pags/consultationDetails.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue b/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue index bd79a4b7b..da7104696 100644 --- a/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue +++ b/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue @@ -326,7 +326,9 @@ export default { return '上报' } else if (row === '2') { return '处理后上报' - } else { + } else if (!row) { + return '' + }else { return '不上报' } },