mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
chore: 1
This commit is contained in:
@@ -59,7 +59,10 @@ export function getCommonColumnDefine(crudExpose: any, typeRef: any) {
|
||||
show: false
|
||||
},
|
||||
column: {
|
||||
width: 120
|
||||
width: 200,
|
||||
component: {
|
||||
color: "auto"
|
||||
}
|
||||
},
|
||||
form: {
|
||||
component: {
|
||||
|
||||
@@ -51,7 +51,7 @@ export default function ({ crudExpose }: CreateCrudOptionsProps): CreateCrudOpti
|
||||
key: "id",
|
||||
type: "number",
|
||||
column: {
|
||||
width: 50
|
||||
width: 100
|
||||
},
|
||||
form: {
|
||||
show: false
|
||||
@@ -65,6 +65,9 @@ export default function ({ crudExpose }: CreateCrudOptionsProps): CreateCrudOpti
|
||||
},
|
||||
form: {
|
||||
rules: [{ required: true, message: "必填项" }]
|
||||
},
|
||||
column: {
|
||||
width: 300
|
||||
}
|
||||
},
|
||||
...commonColumnsDefine
|
||||
|
||||
Reference in New Issue
Block a user