mirror of
https://github.com/certd/certd.git
synced 2026-05-15 04:27:31 +08:00
chore: 1
This commit is contained in:
@@ -40,7 +40,7 @@ export default function ({ crudExpose }: CreateCrudOptionsProps): CreateCrudOpti
|
||||
type: "text",
|
||||
form: { show: false }, // 表单配置
|
||||
column: {
|
||||
width: 70,
|
||||
width: 100,
|
||||
sorter: true
|
||||
}
|
||||
},
|
||||
@@ -74,7 +74,8 @@ export default function ({ crudExpose }: CreateCrudOptionsProps): CreateCrudOpti
|
||||
},
|
||||
editForm: { component: { disabled: true } },
|
||||
column: {
|
||||
sorter: true
|
||||
sorter: true,
|
||||
width: 200
|
||||
}
|
||||
},
|
||||
password: {
|
||||
|
||||
Reference in New Issue
Block a user