fix: 修复某些页面翻译不全显示错误的bug

This commit is contained in:
xiaojunnuo
2025-07-13 23:14:28 +08:00
parent 896cd950e9
commit 0b3158fdd5
48 changed files with 58 additions and 58 deletions
@@ -22,7 +22,7 @@ import { useFs } from "@fast-crud/fast-crud";
import createCrudOptions from "./crud";
import { message, Modal } from "ant-design-vue";
import { DeleteBatch } from "./api";
import { useI18n } from "vue-i18n";
import { useI18n } from "/src/locales";
const { t } = useI18n();