BUG 28568
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user