From 24c08084f9a428d2da8cbc7c6acd6f2ef44eafc8 Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Wed, 27 Oct 2021 16:19:36 +0800 Subject: [PATCH] =?UTF-8?q?[bug]=20=E8=AF=A6=E6=83=85=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ProjectDetailModal.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/ProjectDetailModal.vue b/src/components/ProjectDetailModal.vue index f94e6ac..6fc16fc 100644 --- a/src/components/ProjectDetailModal.vue +++ b/src/components/ProjectDetailModal.vue @@ -26,7 +26,7 @@ - + {{ basicInfo.chargeWay_dictText }} @@ -356,8 +356,6 @@ export default { } else { return '缴费方式' } - - } } }