From 6e6fec028ffc9a27b3c8d30eb484cd361a119d76 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期一, 25 十一月 2024 23:53:12 +0800 Subject: [PATCH] 入库单更新 --- src/views/tigerprojects/wms/inventory/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/tigerprojects/wms/inventory/index.vue b/src/views/tigerprojects/wms/inventory/index.vue index 764fad5..0e573ac 100644 --- a/src/views/tigerprojects/wms/inventory/index.vue +++ b/src/views/tigerprojects/wms/inventory/index.vue @@ -36,7 +36,7 @@ import { buildUUID } from '/@/utils/uuid'; import { useGo } from '/@/hooks/web/usePage'; import { useI18n } from '/@/hooks/web/useI18n'; -const { t } = useI18n('WMS.Count'); +const { t } = useI18n(); export default defineComponent({ name: 'WHManagement', components: { BasicTable, TableAction }, -- Gitblit v1.9.3