feat(系统参数): 认证设置列表增加类型列
This commit is contained in:
parent
827fe6c598
commit
89899d2678
|
@ -674,6 +674,11 @@
|
|||
slotName: 'enable',
|
||||
dataIndex: 'enable',
|
||||
},
|
||||
{
|
||||
title: 'system.config.auth.type',
|
||||
slotName: 'type',
|
||||
dataIndex: 'type',
|
||||
},
|
||||
{
|
||||
title: 'common.desc',
|
||||
dataIndex: 'description',
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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': '操作',
|
||||
|
|
Loading…
Reference in New Issue