From e90d6412cf7690f0a41f6f65ceed51a7f7f004e9 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 22 Feb 2022 18:41:27 +0800 Subject: [PATCH] 27483 --- src/apps/AppIntegralAudit/detail.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/apps/AppIntegralAudit/detail.vue b/src/apps/AppIntegralAudit/detail.vue index ced614ad..c3c01a7d 100644 --- a/src/apps/AppIntegralAudit/detail.vue +++ b/src/apps/AppIntegralAudit/detail.vue @@ -23,7 +23,7 @@
-
积分审核结果
+
*积分审核结果
通过
不通过
@@ -33,14 +33,14 @@
-
积分类别
+
*积分类别
{{ $dict.getLabel('atWillReportType',data.auditIntegralType) || '请选择' }}
-
积分事项
+
*积分事项
{{ data.ruleName || '请选择' }} @@ -53,7 +53,7 @@
-
不通过理由
+
*不通过理由
{{ data.auditOpinion.length }}/200
@@ -340,6 +340,9 @@ export default { .label { width: 30%; + span { + color: #FF4466; + } } .value { width: 70%;