From 4580df0182fc5b81fa458b4471f6cfdbdf58b95a Mon Sep 17 00:00:00 2001 From: guoyue Date: Fri, 14 Oct 2022 11:39:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A5=BF=E6=B5=B7=E5=B2=B8=EF=BC=9A=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=88=91=E7=9A=84=E7=94=B3=E8=AF=B7-=E8=83=BD?= =?UTF-8?q?=E5=8A=9B=E4=B8=8A=E6=9E=B6=E5=90=8D=E7=A7=B0=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/personalCenter/components/MyApply.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/views/personalCenter/components/MyApply.vue b/front/src/views/personalCenter/components/MyApply.vue index 4e1b1353..2b593d2f 100644 --- a/front/src/views/personalCenter/components/MyApply.vue +++ b/front/src/views/personalCenter/components/MyApply.vue @@ -33,7 +33,7 @@
- 名称:{{ item.cameraList ? item.system : item.title }} + 名称:{{ item.cameraList ? item.system : (item.title || item.name) }}