This commit is contained in:
yanran200730
2022-03-28 16:30:52 +08:00

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>