forked from github/dataease
commit
00dc457d69
@ -2,6 +2,8 @@
|
|||||||
import { ref, computed } from 'vue'
|
import { ref, computed } from 'vue'
|
||||||
import DynamicTime from '@/custom-component/v-query/DynamicTimeForViewFilter.vue'
|
import DynamicTime from '@/custom-component/v-query/DynamicTimeForViewFilter.vue'
|
||||||
import { type DatePickType } from 'element-plus-secondary'
|
import { type DatePickType } from 'element-plus-secondary'
|
||||||
|
import { useI18n } from '@/hooks/web/useI18n'
|
||||||
|
const { t } = useI18n()
|
||||||
export interface SelectConfig {
|
export interface SelectConfig {
|
||||||
relativeToCurrent: string
|
relativeToCurrent: string
|
||||||
timeNum: number
|
timeNum: number
|
||||||
|
2
de-xpack
2
de-xpack
@ -1 +1 @@
|
|||||||
Subproject commit 8e402c6c3df6923ecd4ac88a4ea2d613f75f6b4e
|
Subproject commit ab85a8d78734374edabbed747bc63b070e3fc528
|
Loading…
Reference in New Issue
Block a user