From 6a3f3b10f87232275f16151f347580b81ac11b40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Wed, 23 Feb 2022 14:43:03 +0800 Subject: [PATCH 1/2] 27618 --- .../AppIntegralApply/AppIntegralApply.vue | 9 +++++- src/mods/AppIntegralApply/detail.vue | 32 +++++++++---------- 2 files changed, 23 insertions(+), 18 deletions(-) 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 }}
From fc65a3a481a39684c47a07a39d6d9216d6071de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Wed, 23 Feb 2022 14:49:07 +0800 Subject: [PATCH 2/2] 27619 --- src/mods/AppIntegralApply/AppIntegralApply.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mods/AppIntegralApply/AppIntegralApply.vue b/src/mods/AppIntegralApply/AppIntegralApply.vue index 5dc9ba3..d093235 100644 --- a/src/mods/AppIntegralApply/AppIntegralApply.vue +++ b/src/mods/AppIntegralApply/AppIntegralApply.vue @@ -102,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) => {