微调
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user