|
@ -122,7 +122,7 @@ export const MoldMaintenance = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
component: 'Select' |
|
|
component: 'Select' |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '人数', |
|
|
label: '人数', |
|
|
field: 'peoples', |
|
|
field: 'peoples', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
@ -134,6 +134,7 @@ export const MoldMaintenance = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
component: 'InputNumber', |
|
|
component: 'InputNumber', |
|
|
componentProps: { |
|
|
componentProps: { |
|
|
min: 1, |
|
|
min: 1, |
|
|
|
|
|
max: 100, |
|
|
precision: 0 |
|
|
precision: 0 |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|