事件上报

This commit is contained in:
liuye
2024-03-01 17:01:53 +08:00
parent 68d4f8ac1b
commit f5dcdd3755

View File

@@ -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>