From 858203106dd911ce03646142c620d9f675f9cbe2 Mon Sep 17 00:00:00 2001 From: junjun Date: Mon, 28 Nov 2022 15:19:48 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=8F=92=E4=BB=B6):=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=8F=92=E4=BB=B6=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/db/migration/V44__1.17.sql | 2 ++ frontend/src/views/system/plugin/index.vue | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/backend/src/main/resources/db/migration/V44__1.17.sql b/backend/src/main/resources/db/migration/V44__1.17.sql index 0de7b7ddc4..d8c2c0778b 100644 --- a/backend/src/main/resources/db/migration/V44__1.17.sql +++ b/backend/src/main/resources/db/migration/V44__1.17.sql @@ -45,3 +45,5 @@ ALTER TABLE `sys_task_email` ALTER TABLE `dataset_table_field` ADD COLUMN `date_format_type` VARCHAR(255) NULL COMMENT '时间格式类型' AFTER `date_format`; + +update `my_plugin` set `name` = '气泡地图插件' where `plugin_id` = 2; diff --git a/frontend/src/views/system/plugin/index.vue b/frontend/src/views/system/plugin/index.vue index 918a666d73..2e3aeb49fd 100644 --- a/frontend/src/views/system/plugin/index.vue +++ b/frontend/src/views/system/plugin/index.vue @@ -63,14 +63,14 @@ -

{{ ele.descript }}

+

{{ ele.name }}

-

{{ ele.name }}

+

{{ ele.descript }}