fix(插件管理): 卸载按钮灰置后依然可以卸载

This commit is contained in:
fit2cloud-chenyw 2023-01-09 18:45:20 +08:00
parent b88d671637
commit 4e42deec05

View File

@ -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',