事件上报
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
<ai-title title="详情" isShowBack isShowBottomBorder @onBackClick="cancel(false)">
|
||||
<template #rightBtn>
|
||||
<div class="title-btns">
|
||||
<el-button type="primary" icon="iconfont iconPerson_Transfered" @click="isShowForward = true" v-if="detail.rightType == 2">指派事件</el-button>
|
||||
<el-button type="primary" icon="iconfont iconRegister" @click="handelClick" v-if="detail.rightType < 3 && detail.rightType != null">处理事件</el-button>
|
||||
<el-button type="primary" icon="iconfont iconPerson_Transfered" @click="isShowForward = true" v-if="detail.rightType == 2 || detail.rightType == 3">指派事件</el-button>
|
||||
<el-button type="primary" icon="iconfont iconRegister" @click="handelClick" v-if="detail.rightType < 4 && detail.rightType != null">处理事件</el-button>
|
||||
<!-- <el-button type="primary" icon="iconfont iconRegister" @click="isShowTalk = true" v-if="detail.eventStatus < 2">事件研判</el-button>
|
||||
<el-button type="primary" icon="iconfont iconRegister" @click="isShowMediate = true" v-if="detail.eventStatus < 2">矛盾调解</el-button> -->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user