diff --git a/frontend/src/views/Plugin/Plugin.vue b/frontend/src/views/Plugin/Plugin.vue
index 69ce59d371504dcd1d2696d2729dea99e8fd30ca..9ff7ecb50f8a6ea639b3541abc5fe7d760e08914 100644
--- a/frontend/src/views/Plugin/Plugin.vue
+++ b/frontend/src/views/Plugin/Plugin.vue
@@ -5,26 +5,38 @@
添加插件
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+ {{ scope.row.status === true ? '连接' : '断开' }}
+
+
+
+
+
{{ scope.row.enabled === 0 ? '已禁用' : '已启用' }}
-
+
-
+
{{ scope.row.enabled === 1 ? '禁用' : '启用' }}
- 移除
+ 移除
@@ -32,7 +44,7 @@
-
+