fix:修复批量删除禁用状态有hover效果

This commit is contained in:
zyh
2022-08-30 14:43:05 +08:00
parent 6dd9255859
commit faa8831db6
13 changed files with 20 additions and 17 deletions

View File

@@ -35,7 +35,7 @@
>
<template v-slot:before>
<div>
<el-dropdown-item>
<el-dropdown-item :disabled="batchDeleteObjs.length==0">
<delete-button id="alert-msg-batch-delete" v-has="'alertMessage_expired'" :api="url" :clickFunction="batchDel" :delete-objs="batchDeleteObjs" @after="getTableData" @before="delFlag=true" :title="$t('overall.batchDel')" :type="'link'"></delete-button>
</el-dropdown-item>
<el-dropdown-item :disabled="batchDeleteObjs.length==0">