|
@ -57,7 +57,10 @@ export const ItemOrderMain = useCrudSchemas( |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
formatter: dateFormatter, |
|
|
formatter: dateFormatter, |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
table: {} |
|
|
table: {}, |
|
|
|
|
|
detail: { |
|
|
|
|
|
dateFormat:'YYYY-MM-DD hh:mm:ss' |
|
|
|
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '操作', |
|
|
label: '操作', |
|
|