|
@ -810,15 +810,15 @@ export const PurchaseDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
}, |
|
|
}, |
|
|
hiddenInMain:true, |
|
|
hiddenInMain:true, |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
form: { |
|
|
// form: {
|
|
|
component: 'DatePicker', |
|
|
// component: 'DatePicker',
|
|
|
componentProps: { |
|
|
// componentProps: {
|
|
|
style: {width:'100%'}, |
|
|
// style: {width:'100%'},
|
|
|
type: 'datetime', |
|
|
// type: 'datetime',
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss', |
|
|
// dateFormat: 'YYYY-MM-DD HH:mm:ss',
|
|
|
valueFormat: 'x', |
|
|
// valueFormat: 'x',
|
|
|
} |
|
|
// }
|
|
|
} |
|
|
// }
|
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '最后更新时间', |
|
|
label: '最后更新时间', |
|
@ -834,6 +834,15 @@ export const PurchaseDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
|
|
|
form: { |
|
|
|
|
|
component: 'DatePicker', |
|
|
|
|
|
componentProps: { |
|
|
|
|
|
style: {width:'100%'}, |
|
|
|
|
|
type: 'datetime', |
|
|
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss', |
|
|
|
|
|
valueFormat: 'x', |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '备注', |
|
|
label: '备注', |
|
|