|
@ -143,7 +143,7 @@ export const Q1 = useCrudSchemas( |
|
|
form: { |
|
|
form: { |
|
|
component: 'InputNumber', |
|
|
component: 'InputNumber', |
|
|
componentProps: { |
|
|
componentProps: { |
|
|
min: 1, |
|
|
min: 0.01, |
|
|
precision: 2 |
|
|
precision: 2 |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
@ -213,9 +213,14 @@ export const Q1 = useCrudSchemas( |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
form: { |
|
|
form: { |
|
|
component: 'InputNumber' |
|
|
component: 'InputNumber', |
|
|
|
|
|
componentProps: { |
|
|
|
|
|
min: 0.01, |
|
|
|
|
|
precision: 2 |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '成本中心', |
|
|
label: '成本中心', |
|
|
field: 'costCode', |
|
|
field: 'costCode', |
|
|