diff --git a/frontend/src/views/system/plugin/index.vue b/frontend/src/views/system/plugin/index.vue index 88d169b7c2..4af4b481ae 100644 --- a/frontend/src/views/system/plugin/index.vue +++ b/frontend/src/views/system/plugin/index.vue @@ -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',