diff --git a/frontend/src/views/setting/system/config/components/authConfig.vue b/frontend/src/views/setting/system/config/components/authConfig.vue index 9c904e46a3..188bd08d39 100644 --- a/frontend/src/views/setting/system/config/components/authConfig.vue +++ b/frontend/src/views/setting/system/config/components/authConfig.vue @@ -674,6 +674,11 @@ slotName: 'enable', dataIndex: 'enable', }, + { + title: 'system.config.auth.type', + slotName: 'type', + dataIndex: 'type', + }, { title: 'common.desc', dataIndex: 'description', diff --git a/frontend/src/views/setting/system/config/locale/en-US.ts b/frontend/src/views/setting/system/config/locale/en-US.ts index fe0dba767f..7696a8435c 100644 --- a/frontend/src/views/setting/system/config/locale/en-US.ts +++ b/frontend/src/views/setting/system/config/locale/en-US.ts @@ -114,6 +114,7 @@ export default { 'system.config.auth.edit': 'Edit', 'system.config.auth.name': 'Name', 'system.config.auth.status': 'Status', + 'system.config.auth.type': 'Type', 'system.config.auth.createTime': 'Creation time', 'system.config.auth.updateTime': 'Update time', 'system.config.auth.action': 'Action', diff --git a/frontend/src/views/setting/system/config/locale/zh-CN.ts b/frontend/src/views/setting/system/config/locale/zh-CN.ts index 9cfdcb583e..e2440f35a5 100644 --- a/frontend/src/views/setting/system/config/locale/zh-CN.ts +++ b/frontend/src/views/setting/system/config/locale/zh-CN.ts @@ -110,6 +110,7 @@ export default { 'system.config.auth.edit': '编辑', 'system.config.auth.name': '名称', 'system.config.auth.status': '状态', + 'system.config.auth.type': '类型', 'system.config.auth.createTime': '创建时间', 'system.config.auth.updateTime': '更新时间', 'system.config.auth.action': '操作',