From a6feb5a637709475aa2996316ed94c79d52aab7a Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 13 May 2022 15:41:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E5=AE=A1=E6=A0=B8=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppIntegralAudit/AppIntegralAudit.vue | 0 .../AppIntegralAudit/detail.vue | 20 +++++++++--------- .../AppIntegralAudit/img/address.png | Bin 3 files changed, 10 insertions(+), 10 deletions(-) rename src/{apps => project/shandong10086}/AppIntegralAudit/AppIntegralAudit.vue (100%) rename src/{apps => project/shandong10086}/AppIntegralAudit/detail.vue (98%) rename src/{apps => project/shandong10086}/AppIntegralAudit/img/address.png (100%) diff --git a/src/apps/AppIntegralAudit/AppIntegralAudit.vue b/src/project/shandong10086/AppIntegralAudit/AppIntegralAudit.vue similarity index 100% rename from src/apps/AppIntegralAudit/AppIntegralAudit.vue rename to src/project/shandong10086/AppIntegralAudit/AppIntegralAudit.vue diff --git a/src/apps/AppIntegralAudit/detail.vue b/src/project/shandong10086/AppIntegralAudit/detail.vue similarity index 98% rename from src/apps/AppIntegralAudit/detail.vue rename to src/project/shandong10086/AppIntegralAudit/detail.vue index 69ff2039..41643455 100644 --- a/src/apps/AppIntegralAudit/detail.vue +++ b/src/project/shandong10086/AppIntegralAudit/detail.vue @@ -8,7 +8,7 @@
{{ form.createTime }}
- + {{ form.areaName }}
@@ -54,7 +54,7 @@
*不通过理由
-
{{ data.auditOpinion.length }}/500
@@ -70,7 +70,7 @@
-
+
积分审核
通过
@@ -228,7 +228,7 @@ export default { onShow() { document.title = '积分审核详情' }, - + } @@ -289,7 +289,7 @@ export default { } .detail-img { - + img { width: 220px; height: 220px; @@ -303,7 +303,7 @@ export default { .integral { font-size: 32px; - + .result { padding: 20px 30px; box-sizing: border-box; @@ -313,7 +313,7 @@ export default { .options { display: flex; justify-content: space-between; - + .opts-item { width: 45%; height: 112px; @@ -418,7 +418,7 @@ export default { border-bottom: none; } } - + .saveBtn { position: fixed; bottom: 0; @@ -430,6 +430,6 @@ export default { color: #FFFFFF; text-align: center; } - + } - \ No newline at end of file + diff --git a/src/apps/AppIntegralAudit/img/address.png b/src/project/shandong10086/AppIntegralAudit/img/address.png similarity index 100% rename from src/apps/AppIntegralAudit/img/address.png rename to src/project/shandong10086/AppIntegralAudit/img/address.png