diff --git a/src/saas/AppConflictMediation/Content.vue b/src/saas/AppConflictMediation/Content.vue
index c64abad0..34a1b3e0 100644
--- a/src/saas/AppConflictMediation/Content.vue
+++ b/src/saas/AppConflictMediation/Content.vue
@@ -6,14 +6,14 @@
-
+
{{forms.groupName || '请选择事件分类'}}
-
-
+
+
@@ -30,11 +30,7 @@
- 拒绝受理
-
-
-
- 我已办结
+ 确定
@@ -55,11 +51,11 @@ export default {
},
flag: false,
show: false,
- status: '', //1转交 2拒绝受理 3我已办结
+ status: '', //1转交 2我已办结
myList: [],
id: '',
selectUser: {},
- titleList: ['', '转交事件', '拒绝受理', '我已办结']
+ titleList: ['', '转交事件', '我已办结']
}
},
onLoad(option) {
@@ -78,7 +74,6 @@ export default {
})
},
onShow() {
- // console.log(this.titleList[this.status])
document.title = this.titleList[this.status]
},
methods: {
@@ -109,7 +104,7 @@ export default {
}
this.submit()
},
- submit() { //status 1转交 2拒绝受理 3我已办结
+ submit() { //status 1转交 2我已办结
var url = '', successText= '', params= ''
if(this.status == 1) {
url = `/app/appclapeventinfo/transfer`
@@ -126,11 +121,6 @@ export default {
}
}
if(this.status == 2) {
- url = `/app/appclapeventinfo/refuse`
- successText = '拒绝成功'
- params = {...this.forms}
- }
- if(this.status == 3) {
url = `/app/appclapeventinfo/finishByGirdMember`
successText = '办结成功'
params = {...this.forms}
diff --git a/src/saas/AppConflictMediation/detail.vue b/src/saas/AppConflictMediation/detail.vue
index 652ddd37..21b71e44 100644
--- a/src/saas/AppConflictMediation/detail.vue
+++ b/src/saas/AppConflictMediation/detail.vue
@@ -40,13 +40,6 @@
-
-
-
-
照片
@@ -102,23 +95,15 @@
-

+
转交事件
-
-
-
-
我来受理
+
事件处理
-
-
前往办理
-
+
@@ -164,14 +149,6 @@ export default {
uni.makePhoneCall({ phoneNumber: phone })
},
- doThings() {
- this.$http.post(`/app/appclapeventinfo/finishByGirdMember?id=${this.id}`).then((res) => {
- if (res.code == 0) {
- this.getDetail()
- }
- })
- },
-
toContent(status) {
uni.navigateTo({ url: `./Content?status=${status}&groupId=${this.data.groupId}&groupName=${this.data.groupName}&id=${this.id}` })
},
@@ -419,8 +396,8 @@ uni-page-body {
height: 42px;
}
.hint {
- margin-top: 4px;
- font-size: 28px;
+ margin-top: 10px;
+ font-size: 36px;
color: #666666;
}
}
diff --git a/src/saas/AppSpecialPeople/detail.vue b/src/saas/AppSpecialPeople/detail.vue
index 25163960..76e21227 100644
--- a/src/saas/AppSpecialPeople/detail.vue
+++ b/src/saas/AppSpecialPeople/detail.vue
@@ -8,7 +8,7 @@
@@ -289,7 +289,7 @@ export default {
}
::v-deep .u-input{
display: inline-block;
- width: 240px;
+ width: 80%;
font-size: 26px;
}
}