卢龙新需求
This commit is contained in:
@@ -105,10 +105,10 @@
|
|||||||
<span class="hint">拒绝受理</span>
|
<span class="hint">拒绝受理</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="doIt" @click="toContent(3)">我来受理</div>id
|
<div class="doIt" @click="toContent(3)">我来受理</div>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- v-if="data.eventStatus == 1 && data.girdMemberId == user.girdMemberId" -->
|
||||||
<div class="status00" v-if="data.eventStatus == 1 && data.girdMemberId == user.girdMemberId">
|
<div class="status00" >
|
||||||
<div class="columns border-r" @click="toContent(1)">
|
<div class="columns border-r" @click="toContent(1)">
|
||||||
<img src="./components/img/zhuanjiao.png" alt="" />
|
<img src="./components/img/zhuanjiao.png" alt="" />
|
||||||
<span class="hint">转交事件</span>
|
<span class="hint">转交事件</span>
|
||||||
@@ -210,6 +210,9 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
toContent(status) {
|
toContent(status) {
|
||||||
|
if(status != 1 && !this.data.doRight) {
|
||||||
|
return this.$u.toast('没有办理权限')
|
||||||
|
}
|
||||||
uni.navigateTo({url: `./Content?status=${status}&groupId=${this.data.groupId}&groupName=${this.data.groupName}&id=${this.id}`})
|
uni.navigateTo({url: `./Content?status=${status}&groupId=${this.data.groupId}&groupName=${this.data.groupName}&id=${this.id}`})
|
||||||
},
|
},
|
||||||
previewImage(images, img) {
|
previewImage(images, img) {
|
||||||
@@ -510,6 +513,7 @@ uni-page-body {
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.endDoIt {
|
.endDoIt {
|
||||||
|
|||||||
Reference in New Issue
Block a user