From 5f208c4510299f427d4e797b744a287add74a294 Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Mon, 20 Jun 2022 14:52:15 +0800
Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E5=AE=A1=E6=A0=B8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../AppIntegralAudit/components/Detail.vue | 93 ++++++++++++-------
.../apps/AppIntegralAudit/components/List.vue | 6 +-
2 files changed, 61 insertions(+), 38 deletions(-)
diff --git a/project/sanjianxi/apps/AppIntegralAudit/components/Detail.vue b/project/sanjianxi/apps/AppIntegralAudit/components/Detail.vue
index ba3e6bd7..d6c1077c 100644
--- a/project/sanjianxi/apps/AppIntegralAudit/components/Detail.vue
+++ b/project/sanjianxi/apps/AppIntegralAudit/components/Detail.vue
@@ -11,27 +11,28 @@
label-width="120px">
-
+
+
-
-
+
+
-
+
@@ -42,49 +43,71 @@
title="事件审核"
@onConfirm="onConfirm">
+
否
是
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
取消
审核
+
@@ -114,7 +137,7 @@ export default {
auditStatus: '0'
},
id: '',
- isShow: false,
+ isShow: true,
form: {
auditIntegralType: '',
auditRuleId: '',
diff --git a/project/sanjianxi/apps/AppIntegralAudit/components/List.vue b/project/sanjianxi/apps/AppIntegralAudit/components/List.vue
index c20e9e4e..6cfb0703 100644
--- a/project/sanjianxi/apps/AppIntegralAudit/components/List.vue
+++ b/project/sanjianxi/apps/AppIntegralAudit/components/List.vue
@@ -15,13 +15,13 @@