From 1e92bc77b5e92da9b82868114de590b843a9628e Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Thu, 10 Aug 2023 10:42:43 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E8=A1=A5=E5=85=85=E6=82=AC=E6=B5=AE=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../serviceIntegration/locale/zh-CN.ts | 2 +- .../pluginManager/components/pluginTable.vue | 36 ++++++++++--------- 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/frontend/src/views/setting/organization/serviceIntegration/locale/zh-CN.ts b/frontend/src/views/setting/organization/serviceIntegration/locale/zh-CN.ts index c5313f41d7..d1c413d3ef 100644 --- a/frontend/src/views/setting/organization/serviceIntegration/locale/zh-CN.ts +++ b/frontend/src/views/setting/organization/serviceIntegration/locale/zh-CN.ts @@ -13,7 +13,7 @@ export default { 'organization.service.description': '下载需要集成的第三方项目管理平台插件;也可以自行开发相关项目管理平台插件', 'organization.service.configDescription': '已下载或已开发的插件需上传至插件管理,上传后,可在当前页进行配置', 'organization.service.jumpPlugin': '跳转至插件管理', - 'organization.service.testLink': '测试链接', + 'organization.service.testLink': '测试连接', 'organization.service.unconfigured': '未配置', 'organization.service.configured': '已配置', 'organization.service.methodOfAuthentication': '认证方式', diff --git a/frontend/src/views/setting/system/pluginManager/components/pluginTable.vue b/frontend/src/views/setting/system/pluginManager/components/pluginTable.vue index 0bac40270f..2d47cafa88 100644 --- a/frontend/src/views/setting/system/pluginManager/components/pluginTable.vue +++ b/frontend/src/views/setting/system/pluginManager/components/pluginTable.vue @@ -56,23 +56,27 @@ record.scenario === 'API' ? t('system.plugin.secneApi') : t('system.plugin.secneProManger') }} - +