diff --git a/src/mods/AppIntegralApply/AppIntegralApply.vue b/src/mods/AppIntegralApply/AppIntegralApply.vue index d960f79..d093235 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 }}分 + +
@@ -95,7 +102,7 @@ export default { residentId: this.user.residentId, description: this.searchObj, applyIntegralType: this.value, - auditStatus: this.currentTab == '0' ? '' : this.currentTab == '1' ? '0' : this.currentTab == 2 ? '1|2' : '', + auditType: this.currentTab == '0' ? '' : this.currentTab == '1' ? '0' : this.currentTab == 2 ? '1|2' : '', }, }) .then((res) => { 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 }}