|
|
@ -64,6 +64,9 @@ export const SaleShipmentMainRecord = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'executeTime', |
|
|
|
sort: 'custom', |
|
|
|
formatter: dateFormatter, |
|
|
|
detail: { |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
}, |
|
|
|
search: { |
|
|
|
component: 'DatePicker', |
|
|
|
componentProps: { |
|
|
@ -87,6 +90,8 @@ export const SaleShipmentMainRecord = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '是否可用', |
|
|
|
field: 'available', |
|
|
|
sort: 'custom', |
|
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
|
dictClass: 'string', |
|
|
|
isTable:false |
|
|
|
}, |
|
|
|
{ |
|
|
|