diff --git a/frontend/src/views/setting/organization/serviceIntegration/components/serviceList.vue b/frontend/src/views/setting/organization/serviceIntegration/components/serviceList.vue index 6e0353515c..b6de8cf12d 100644 --- a/frontend/src/views/setting/organization/serviceIntegration/components/serviceList.vue +++ b/frontend/src/views/setting/organization/serviceIntegration/components/serviceList.vue @@ -59,6 +59,14 @@ {{ t('organization.service.edit') }} + {{ t('organization.service.reset') }} @@ -155,6 +163,8 @@ const editHanlder = (item: any) => { serviceVisible.value = true; }; + const resetHanlder = (item: any) => {}; + onMounted(() => { setTimeout(() => { const result = JSON.stringify([ diff --git a/frontend/src/views/setting/organization/serviceIntegration/locale/en-US.ts b/frontend/src/views/setting/organization/serviceIntegration/locale/en-US.ts index 7e4ce56cf6..0134832d37 100644 --- a/frontend/src/views/setting/organization/serviceIntegration/locale/en-US.ts +++ b/frontend/src/views/setting/organization/serviceIntegration/locale/en-US.ts @@ -22,6 +22,7 @@ export default { 'organization.service.configured': 'Configured', 'organization.service.methodOfAuthentication': 'Method of authentication', 'organization.service.edit': 'Edit', + 'organization.service.reset': 'Reset', 'organization.service.unconfiguredTip': 'Not configured yet. Configure and open on the edit page', 'organization.service.batchActionAddUsergroup': 'Add to usergroup', 'organization.service.tableEnable': 'Enabled', 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 004bd32ba6..c5313f41d7 100644 --- a/frontend/src/views/setting/organization/serviceIntegration/locale/zh-CN.ts +++ b/frontend/src/views/setting/organization/serviceIntegration/locale/zh-CN.ts @@ -18,6 +18,7 @@ export default { 'organization.service.configured': '已配置', 'organization.service.methodOfAuthentication': '认证方式', 'organization.service.edit': '编辑', + 'organization.service.reset': '重置', 'organization.service.unconfiguredTip': '暂未配置,可在编辑页配置并开启', 'organization.service.batchActionAddUsergroup': '添加至用户组', 'organization.service.tableEnable': '正常', diff --git a/frontend/src/views/setting/system/pluginManager/components/pluginTable.vue b/frontend/src/views/setting/system/pluginManager/components/pluginTable.vue index e4627a2e66..0bac40270f 100644 --- a/frontend/src/views/setting/system/pluginManager/components/pluginTable.vue +++ b/frontend/src/views/setting/system/pluginManager/components/pluginTable.vue @@ -20,99 +20,105 @@ > - -