From e3ae7df4a0be78ed5ad3948673dcface3bd175cf Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 15 Feb 2022 14:38:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E9=80=9A=E8=BF=87=E3=80=81?= =?UTF-8?q?=E4=B8=8D=E9=80=9A=E8=BF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppIntegralAudit/detail.vue | 131 +++++++++++++++++++++++++-- 1 file changed, 121 insertions(+), 10 deletions(-) diff --git a/src/apps/AppIntegralAudit/detail.vue b/src/apps/AppIntegralAudit/detail.vue index 2cffefc8..bfe6e108 100644 --- a/src/apps/AppIntegralAudit/detail.vue +++ b/src/apps/AppIntegralAudit/detail.vue @@ -22,13 +22,53 @@ -
+
+
+
积分审核结果
+
+
通过
+
不通过
+
+
+ +
+
+
积分类别
+
+ 请选择 + +
+
+
+
积分事项
+
+ 请选择 + +
+
+
+
积分事项
+
+20
+
+
+ +
+
不通过理由
+ +
{{ reason.length }}/200
+
+ + +
-
+
积分审核
通过
@@ -45,7 +85,7 @@
积分方式
-
+20
+
+20
@@ -66,7 +106,7 @@
-
保存
+
保存
@@ -78,7 +118,13 @@ export default { data: { files: [], }, - nopass: 1 + nopass: 1, + admin: 1, + opts: 0, + isShowType: false, + isShowOption: false, + getList: [], + reason: '' } }, methods: { @@ -161,12 +207,78 @@ export default { } } - .integral {} + .integral { + font-size: 32px; + + .result { + padding: 20px 30px; + box-sizing: border-box; + background-color: #FFFFFF; + border-bottom: 1px solid #D8DDE6; + .options { + display: flex; + justify-content: space-between; + + .opts-item { + width: 45%; + height: 112px; + line-height: 112px; + background: #F5F5F5; + text-align: center; + margin-top: 30px; + border-radius: 6px; + } + } + } + + .current { + color: #1174fe; + background: #e7f1fe !important; + position: relative; + } + + .integral-select { + padding: 0px 30px; + box-sizing: border-box; + background: #FFFFFF; + + .integral-item { + display: flex; + justify-content: space-between; + padding: 34px 0; + border-bottom: 1px solid #D8DDE6; + } + + .integral-item:last-child { + border-bottom: none; + } + } + + .reject { + padding: 30px 30px; + background: #FFFFFF; + // height: 288px; + + .reasons { + margin-top: 30px; + width: 100%; + } + + .tips { + margin-top: 30px; + text-align: right; + font-size: 30px; + color: #999; + } + + } + + } .readOnly { padding: 20px 30px; box-sizing: border-box; - background-color: #FFFFFF; + background: #FFFFFF; .item { display: flex; @@ -190,10 +302,9 @@ export default { .last { border-bottom: none; } - // .item:nth-last-child(1) { - // border-bottom: none; - // } } + + .saveBtn { position: fixed;