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 @@
-
+
+
+
+
+
+
+
不通过理由
+
+
{{ reason.length }}/200
+
+
+
+
-
+
积分审核
通过
@@ -45,7 +85,7 @@
@@ -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;