This commit is contained in:
yanran200730
2022-03-28 16:30:41 +08:00
parent cd21fd3e73
commit ca3fbd9a89
3 changed files with 9 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
@change="search.current = 1, getList()">
</ai-select>
<el-button size="small" v-if="checkType === '2'" :disabled="addIds.length == 0" type="primary" @click="addMonitor">纳入监测</el-button>
<el-button size="small" v-if="checkType === '2'" :disabled="removeIds.length == 0" @click="removeAll">解除风险</el-button>
<el-button size="small" v-if="checkType !== '0'" :disabled="removeIds.length == 0" @click="removeAll">解除风险</el-button>
</template>
<template #right>
<el-input