feat: add rangePicker locales

This commit is contained in:
xingyu4j
2025-05-06 23:44:30 +08:00
parent bcd913dd8d
commit bd9d07dadd
5 changed files with 47 additions and 9 deletions

View File

@@ -5,12 +5,12 @@ import type { InfraCodegenApi } from '#/api/infra/codegen';
import { reactive } from 'vue';
import { useVbenModal } from '@vben/common-ui';
import { $t } from '@vben/locales';
import { message } from 'ant-design-vue';
import { useVbenVxeGrid } from '#/adapter/vxe-table';
import { createCodegenList, getSchemaTableList } from '#/api/infra/codegen';
import { $t } from '#/locales';
import {
useImportTableColumns,
useImportTableFormSchema,