From 4e42deec05a25b5415a6a0b686244793641a75f6 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Mon, 9 Jan 2023 18:45:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8F=92=E4=BB=B6=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E5=8D=B8=E8=BD=BD=E6=8C=89=E9=92=AE=E7=81=B0=E7=BD=AE=E5=90=8E?= =?UTF-8?q?=E4=BE=9D=E7=84=B6=E5=8F=AF=E4=BB=A5=E5=8D=B8=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/system/plugin/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',