Browse Source

三方接口时间查询

intex_online20250311
songguoqiang 4 weeks ago
parent
commit
7f20ac73b3
  1. 21
      src/views/infra/outerApiHis/outerApiHis.data.ts

21
src/views/infra/outerApiHis/outerApiHis.data.ts

@ -99,7 +99,28 @@ export const OuterApiHis = useCrudSchemas(reactive<CrudSchema[]>([
field: 'createTime',
sort: 'custom',
formatter: dateFormatter,
search: {
component: 'DatePicker',
componentProps: {
valueFormat: 'YYYY-MM-DD HH:mm:ss',
type: 'daterange',
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')]
}
},
detail: {
dateFormat : 'YYYY-MM-DD HH:mm:ss'
},
isTable:true,
isForm: false,
form: {
component: 'DatePicker',
componentProps: {
style: { width: '100%' },
type: 'datetime',
dateFormat: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'x'
}
},
},
{
label: '操作',

Loading…
Cancel
Save