From 7efd871a392f6197618c0c8d8f6b2d3d08b3ff08 Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Thu, 11 Aug 2022 10:15:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20There=20is=20no=20way=20the,=20?= =?UTF-8?q?=E2=80=8556952=20=E6=A0=87=E5=87=86=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E5=88=86=E6=8E=A5=E5=8D=95=E7=9A=84=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E9=A1=B5=E9=9D=A2=EF=BC=8C=E8=AF=95=E7=94=A8=E8=BD=A6?= =?UTF-8?q?=E5=9E=8B=E6=98=BE=E7=A4=BA=E6=9C=89=E9=97=AE=E9=A2=98=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=95=B0=E6=8D=AE=208-10=E8=A7=A3=E8=AF=BB?= =?UTF-8?q?=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardDetails/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 7dc5e94ff..74e5d2ae7 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -1335,7 +1335,7 @@
{{ - standShowItemEO.applyArctic + filterApplyArctic(standShowItemEO) }}
@@ -2100,7 +2100,6 @@ export default { watch: {}, methods: { filterApplyArctic(row){ - console.log(row) if(row.applyArctic){ return row.applyArctic.replaceAll('\"', '').replaceAll('\[', '').replaceAll('\]', '') }else {