安环管理-环保管理-环保巡检点配置-删除-去掉icon

安环管理-环保管理-环保巡检点配置-删除-提示语类型修改
dev-scheduling
ysn 1 day ago
parent bc56e7f76f
commit e8d23b3e44
  1. 4
      src/views/safetyManagement/equipmentInspectionPoint/index.vue

@ -20,7 +20,7 @@
> >
<template #menu-left> <template #menu-left>
<el-button type="primary" @click="handleAdd">新增 </el-button> <el-button type="primary" @click="handleAdd">新增 </el-button>
<el-button type="danger" icon="el-icon-delete" @click="handleDelete" <el-button type="danger" @click="handleDelete"
>删除 >删除
</el-button> </el-button>
</template> </template>
@ -249,7 +249,7 @@ export default {
// //
handleDelete() { handleDelete() {
if (this.selectionList.length === 0) { if (this.selectionList.length === 0) {
this.$message.warning('请选择至少一条数据'); this.$message.error('请选择至少一条数据');
return; return;
} }
this.$confirm('确定将选择数据删除?', { this.$confirm('确定将选择数据删除?', {

Loading…
Cancel
Save