Merge pull request #13085 from ulleo/dev-v2

feat: 国际化
This commit is contained in:
ulleo
2024-11-04 10:36:09 +08:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
import { ref, computed } from 'vue'
import DynamicTime from '@/custom-component/v-query/DynamicTimeForViewFilter.vue'
import { type DatePickType } from 'element-plus-secondary'
import { useI18n } from '@/hooks/web/useI18n'
const { t } = useI18n()
export interface SelectConfig {
relativeToCurrent: string
timeNum: number