From bc1f9ba4cbaf38466bedd935e3aea5e4eff8f3b9 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 29 Jun 2022 10:17:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppIntegralAudit/components/Detail.vue | 49 +++++-------------- .../apps/AppScoreRules/AppScoreRules.vue | 31 +++++------- 2 files changed, 25 insertions(+), 55 deletions(-) diff --git a/project/sanjianxi/apps/AppIntegralAudit/components/Detail.vue b/project/sanjianxi/apps/AppIntegralAudit/components/Detail.vue index b9b9e0f9..fd537bbd 100644 --- a/project/sanjianxi/apps/AppIntegralAudit/components/Detail.vue +++ b/project/sanjianxi/apps/AppIntegralAudit/components/Detail.vue @@ -26,13 +26,16 @@ + + :value="'+' + (info.auditIntegral >= 0 ? info.auditIntegral : info.auditIntegral) + '分'"> + + - - + @@ -50,52 +53,24 @@ - + - + - + - + - + - - - - - + diff --git a/project/sanjianxi/apps/AppScoreRules/AppScoreRules.vue b/project/sanjianxi/apps/AppScoreRules/AppScoreRules.vue index b715e943..875a472a 100644 --- a/project/sanjianxi/apps/AppScoreRules/AppScoreRules.vue +++ b/project/sanjianxi/apps/AppScoreRules/AppScoreRules.vue @@ -7,8 +7,6 @@