BUG 28623
This commit is contained in:
		| @@ -11,8 +11,8 @@ | ||||
|             <el-button type="primary" @click="handleRelieve(1)" v-if="isGridAdmin">解除风险</el-button> | ||||
|             <el-button type="primary" @click="handleRelieve()" v-else>申请解除风险</el-button> | ||||
|           </template> | ||||
|           <template v-if="/2/.test(detail.status)"> | ||||
|             <el-button type="primary" @click="handleRelieve(1)" v-if="isGridAdmin">解除风险</el-button> | ||||
|           <template v-if="/2/.test(detail.status)&&isGridAdmin"> | ||||
|             <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)"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user