This commit is contained in:
sjl
2024-11-14 19:24:36 +08:00
parent 7efaa253a2
commit 534cc0ab76
8 changed files with 49 additions and 45 deletions

View File

@@ -77,12 +77,12 @@ const columns = reactive<ColumnProps<Role.RoleBO>[]>([
prop: 'code',
label: '编码',
search: { el: 'input' },
minWidth: 180,
minWidth: 200,
},
{
prop: 'remark',
label: '描述',
minWidth: 380,
minWidth: 300,
},
{
prop: 'state',