@ -61,8 +61,9 @@ const crudSchemas = reactive<CrudSchema[]>([
show: true,
component: 'DatePicker',
componentProps: {
type: 'datetimerange',
valueFormat: 'YYYY-MM-DD HH:mm:ss'
type: 'daterange',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
defaultTime: [new Date(2000, 1, 1, 0, 0, 0), new Date(2000, 2, 1, 23, 59, 59)]
}
},
@ -59,8 +59,9 @@ const crudSchemas = reactive<CrudSchema[]>([
@ -88,8 +88,9 @@ const crudSchemas = reactive<CrudSchema[]>([
@ -72,8 +72,9 @@ const crudSchemas = reactive<CrudSchema[]>([
@ -71,8 +71,9 @@ const crudSchemas = reactive<CrudSchema[]>([
@ -84,8 +84,9 @@ const crudSchemas = reactive<CrudSchema[]>([
@ -82,8 +82,9 @@ const crudSchemas = reactive<CrudSchema[]>([
@ -115,8 +115,9 @@ const crudSchemas = reactive<CrudSchema[]>([