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