|
|
@ -472,6 +472,21 @@ export const Itembasic = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '临期提醒天数', |
|
|
|
field: 'adventReminderDay', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 120 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
componentProps: { |
|
|
|
min: 0, |
|
|
|
precision: 0 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ label: '备注', field: 'remark', sort: 'custom', isTable: false}, |
|
|
|
{ |
|
|
|
label: '操作', |
|
|
|