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