BUG 28568

This commit is contained in:
aixianling
2022-03-28 16:27:15 +08:00
parent cd21fd3e73
commit a54d30684d

View File

@@ -3,7 +3,7 @@
<ai-detail>
<ai-title slot="title" title="监测对象详情" isShowBottomBorder isShowBack @onBackClick="back">
<template #rightBtn>
<template v-if="/0/.test(detail.status)">
<template v-if="/0/.test(detail.status)&&isGridAdmin">
<el-button type="primary" @click="handleAccept(1)">纳入监测</el-button>
<el-button type="primary" @click="handleAccept(0)">驳回申请</el-button>
</template>