feat(系统参数): 认证设置列表增加类型列

This commit is contained in:
baiqi 2024-07-23 16:45:28 +08:00 committed by 刘瑞斌
parent 827fe6c598
commit 89899d2678
3 changed files with 7 additions and 0 deletions

View File

@ -674,6 +674,11 @@
slotName: 'enable',
dataIndex: 'enable',
},
{
title: 'system.config.auth.type',
slotName: 'type',
dataIndex: 'type',
},
{
title: 'common.desc',
dataIndex: 'description',

View File

@ -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',

View File

@ -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': '操作',