|
|
@ -1,5 +1,5 @@ |
|
|
|
import type { CrudSchema } from '@/hooks/web/useCrudSchemas' |
|
|
|
import { dateFormatter } from '@/utils/formatTime' |
|
|
|
import { dateFormatter,dateFormatterHHMMSS } from '@/utils/formatTime' |
|
|
|
|
|
|
|
// 表单校验
|
|
|
|
export const DeliTimeRules = reactive({ |
|
|
@ -36,7 +36,7 @@ export const DeliTime = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '开始时间', |
|
|
|
field: 'begeinTime', |
|
|
|
sort: 'custom', |
|
|
|
formatter: dateFormatter, |
|
|
|
formatter: dateFormatterHHMMSS, |
|
|
|
isSearch: true, |
|
|
|
table: { |
|
|
|
width:120 |
|
|
|