sparkles: 去掉角色key
Some checks failed
Release / lint (push) Successful in 47s
Release / Release (push) Failing after 59s

This commit is contained in:
my_ong 2025-03-14 16:24:58 +08:00
parent 2ffb3ae55c
commit 8e3c2ec88f
2 changed files with 0 additions and 25 deletions

View File

@ -100,10 +100,6 @@
)
}
const columns = [
{
title: t('pages.acl.role.table.columns.key'),
dataIndex: 'key',
},
{
title: t('pages.acl.role.table.columns.name'),
dataIndex: 'name',
@ -115,7 +111,6 @@
{
title: t('pages.acl.role.table.columns.operation'),
dataIndex: 'operation',
width: 300,
},
]
const pagination = computed(() => {

View File

@ -15,26 +15,6 @@ export const config: FormConfig = {
}
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',
type: 'input',