diff --git a/src/apps/AppIntegralAudit/detail.vue b/src/apps/AppIntegralAudit/detail.vue index f13fa12c..2827d3a1 100644 --- a/src/apps/AppIntegralAudit/detail.vue +++ b/src/apps/AppIntegralAudit/detail.vue @@ -5,13 +5,26 @@
{{item}}
- + +
+ +
+ + +
+ 待审核 +
+ + +
+ 已审核 +
@@ -23,17 +36,22 @@ export default { tabs: ['全部', '待审核', '已审核'], tabIndex: 0, showType: false, - typelist: [] + typelist: [], + keyword: '', } }, methods: { + tabClick(index) { + this.tabIndex = index + }, changeType() {}, confirmTypeSelect() {}, }, onShow() { - document.title = '积分审核' + document.title = '积分审核', + this.$dict.load(['']) }, onLoad() { diff --git a/src/saas/AppConflictMediation/detail.vue b/src/saas/AppConflictMediation/detail.vue index b5629d40..99e23fd8 100644 --- a/src/saas/AppConflictMediation/detail.vue +++ b/src/saas/AppConflictMediation/detail.vue @@ -54,11 +54,10 @@
- +
- - - + +
@@ -71,10 +70,10 @@
- -
{{ item.doTime }}
+
{{ item.doTime }}
+
@@ -277,36 +276,37 @@ uni-page-body { padding-bottom: 80px; .cardss { display: flex; - justify-content: space-between; + width: 100%; .cardss-left { - position: relative; - width: 80px; - height: 80px; - text-align: center; - line-height: 80px; - color: #fff; - background: #197df0; - border: 1px solid #dddddd; - border-radius: 50%; - font-size: 28px; - z-index: 9; + width: 15%; - .avatarIcon { - position: absolute; - bottom: 0; - right: 0; - width: 38px; - height: 38px; + .card-img { + position: relative; + width: 80px; + height: 80px; + text-align: center; + line-height: 80px; + color: #fff; + background: #197df0; + border: 1px solid #dddddd; + border-radius: 50%; + font-size: 28px; + z-index: 999; + + .avatarIcon { + position: absolute; + bottom: 0; + right: 0; + width: 38px; + height: 38px; + } } } .cardss-right { - width: calc(100% - 184px); - display: flex; - justify-content: space-between; + width: 60%; .cardsss-right-left { .cardssss-right-left-top { - width: 300px; overflow: hidden; text-overflow: ellipsis; font-size: 32px; @@ -317,11 +317,14 @@ uni-page-body { color: #666666; } } - .cardees-right-right { - font-size: 28px; - color: #999999; - } } + + .cardees-right-right { + width: 25%; + font-size: 28px; + color: #999999; + } + .lines { position: absolute; top: 0; diff --git a/src/saas/AppConflictMediation/myReply.vue b/src/saas/AppConflictMediation/myReply.vue index a0342150..a355a9d1 100644 --- a/src/saas/AppConflictMediation/myReply.vue +++ b/src/saas/AppConflictMediation/myReply.vue @@ -57,7 +57,7 @@ export default { methods: { getList() { this.$http - .post(`/app/appclapeventinfo/listByGirdMember`, null, { + .post(`/app/appclapeventinfo/list`, null, { params: { size: 10, current: this.current,