Merge pull request #4326 from dataease/pr@dev@fix_uninstall_plugin

fix(插件管理): 卸载按钮灰置后依然可以卸载
This commit is contained in:
fit2cloud-chenyw 2023-01-09 18:48:10 +08:00 committed by GitHub
commit 93c0d73106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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