From fbe2eec9622c4164bebf0a657a5a6c12ad59a20e Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 20 Apr 2022 11:04:42 +0800 Subject: [PATCH] bug --- src/apps/AppPartyPoints/AppPartyPoints.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/AppPartyPoints/AppPartyPoints.vue b/src/apps/AppPartyPoints/AppPartyPoints.vue index 21f26e2b..2c132111 100644 --- a/src/apps/AppPartyPoints/AppPartyPoints.vue +++ b/src/apps/AppPartyPoints/AppPartyPoints.vue @@ -10,7 +10,7 @@

{{item.partyName}}:{{item.remark}}

{{item.createTime}}
-
{{item.residualIntegral}}
+
{{item.integralType == 1 ? '+' : '-'}}{{item.integral}}
@@ -118,7 +118,7 @@ export default { line-height: 50px; text-align: right; } - .status0{ + .status1{ color: #2C51CE; } .status0{