BUG 28626
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<el-button type="primary" @click="handleRelieve(1)" >解除风险</el-button>
|
||||
<el-button type="primary" @click="handleRelieve(0)">继续监测</el-button>
|
||||
</template>
|
||||
<template v-if="/3/.test(detail.status)">
|
||||
<template v-if="/3/.test(detail.status)&&isGridAdmin">
|
||||
<el-button type="primary" @click="handleAccept(1)">纳入监测</el-button>
|
||||
</template>
|
||||
<el-button v-if="/[1]/g.test(detail.status)" type="primary" icon="iconfont iconEdit" @click="gotoEdit">
|
||||
|
||||
Reference in New Issue
Block a user