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
commit 00dc457d69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit 8e402c6c3df6923ecd4ac88a4ea2d613f75f6b4e Subproject commit ab85a8d78734374edabbed747bc63b070e3fc528