sparkles: ✨ 去掉角色key
This commit is contained in:
parent
2ffb3ae55c
commit
8e3c2ec88f
@ -100,10 +100,6 @@
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
const columns = [
|
const columns = [
|
||||||
{
|
|
||||||
title: t('pages.acl.role.table.columns.key'),
|
|
||||||
dataIndex: 'key',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: t('pages.acl.role.table.columns.name'),
|
title: t('pages.acl.role.table.columns.name'),
|
||||||
dataIndex: 'name',
|
dataIndex: 'name',
|
||||||
@ -115,7 +111,6 @@
|
|||||||
{
|
{
|
||||||
title: t('pages.acl.role.table.columns.operation'),
|
title: t('pages.acl.role.table.columns.operation'),
|
||||||
dataIndex: 'operation',
|
dataIndex: 'operation',
|
||||||
width: 300,
|
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
const pagination = computed(() => {
|
const pagination = computed(() => {
|
||||||
|
@ -15,26 +15,6 @@ export const config: FormConfig = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const formItems: FormItem[] = [
|
export const formItems: FormItem[] = [
|
||||||
{
|
|
||||||
group: 'form',
|
|
||||||
type: 'input',
|
|
||||||
config: {
|
|
||||||
autoLink: true,
|
|
||||||
hasFeedback: false,
|
|
||||||
label: t('pages.acl.role.form.add.filed.key'),
|
|
||||||
name: 'key',
|
|
||||||
required: true,
|
|
||||||
},
|
|
||||||
properties: {
|
|
||||||
size: 'default',
|
|
||||||
type: 'text',
|
|
||||||
allowClear: true,
|
|
||||||
bordered: true,
|
|
||||||
showCount: true,
|
|
||||||
placeholder: t('pages.acl.role.form.add.placeholder.key'),
|
|
||||||
},
|
|
||||||
rules: [],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
group: 'form',
|
group: 'form',
|
||||||
type: 'input',
|
type: 'input',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user