diff --git a/src/mods/AppIntegralApply/AppIntegralApply.vue b/src/mods/AppIntegralApply/AppIntegralApply.vue index d960f79..5dc9ba3 100644 --- a/src/mods/AppIntegralApply/AppIntegralApply.vue +++ b/src/mods/AppIntegralApply/AppIntegralApply.vue @@ -25,7 +25,14 @@
- {{ $dict.getLabel('auditStatus', item.auditStatus) }} + + {{ $dict.getLabel('auditStatus', item.auditStatus) }} + + + + + {{ item.auditIntegral }}分 + +
diff --git a/src/mods/AppIntegralApply/detail.vue b/src/mods/AppIntegralApply/detail.vue index 6a67aff..ca111c4 100644 --- a/src/mods/AppIntegralApply/detail.vue +++ b/src/mods/AppIntegralApply/detail.vue @@ -37,53 +37,51 @@
审核详情
-
+
审核结果
-
+
{{ $dict.getLabel('auditStatus', detail.auditStatus) }}
-
+
积分规则类型
- + {{ $dict.getLabel('atWillReportType', detail.applyIntegralType) }}
-
+
积分规则事项
-
{{ detail.areaName }}
+
{{ detail.auditRuleName }}
-
+
积分调整
-
{{ detail.auditIntegral }}
+
+ + + {{ detail.auditIntegral }}分 +
-
+
审核人
{{ detail.auditUserName }}
-
+
审核时间
{{ detail.auditTime }}
-
-
-
审核结果备份
-
{{ detail.beginTime }}
-
- +
驳回理由
- {{ detail.realNum }} + {{ detail.auditOpinion }}