From f0b6152b4ef86938c59a39190118932e5377dcb6 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 15 Feb 2022 10:55:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E5=AE=A1=E6=A0=B8=E5=8F=AA?= =?UTF-8?q?=E8=AF=BB=E9=80=9A=E8=BF=87=E3=80=81=E4=B8=8D=E9=80=9A=E8=BF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppIntegralAudit/AppIntegralAudit.vue | 2 +- src/apps/AppIntegralAudit/detail.vue | 177 ++++++++++++++++-- 2 files changed, 164 insertions(+), 15 deletions(-) diff --git a/src/apps/AppIntegralAudit/AppIntegralAudit.vue b/src/apps/AppIntegralAudit/AppIntegralAudit.vue index 59b6021f..4f303152 100644 --- a/src/apps/AppIntegralAudit/AppIntegralAudit.vue +++ b/src/apps/AppIntegralAudit/AppIntegralAudit.vue @@ -26,7 +26,7 @@ - + diff --git a/src/apps/AppIntegralAudit/detail.vue b/src/apps/AppIntegralAudit/detail.vue index 2c4ff513..2cffefc8 100644 --- a/src/apps/AppIntegralAudit/detail.vue +++ b/src/apps/AppIntegralAudit/detail.vue @@ -1,26 +1,72 @@ @@ -30,8 +76,9 @@ export default { data () { return { data: { - files: [] - } + files: [], + }, + nopass: 1 } }, methods: { @@ -50,13 +97,115 @@ export default { \ No newline at end of file