forked from github/dataease
Merge pull request #4326 from dataease/pr@dev@fix_uninstall_plugin
fix(插件管理): 卸载按钮灰置后依然可以卸载
This commit is contained in:
commit
93c0d73106
@ -263,7 +263,7 @@ export default {
|
||||
},
|
||||
|
||||
del(row) {
|
||||
if (row.pluginId < 4) return
|
||||
if (this.btnDisabled(row)) return
|
||||
const options = {
|
||||
title: 'components.uninstall_the_plugin',
|
||||
content: 'components.it_takes_effect',
|
||||
|
Loading…
Reference in New Issue
Block a user