From 7462fd192326d7cf3418b6185ca437b2667cbeab Mon Sep 17 00:00:00 2001
From: YangYuGang <1378265336@qq.com>
Date: 星期二, 11 三月 2025 11:14:45 +0800
Subject: [PATCH] 批次字段增加

---
 src/views/tigerprojects/wms/inspection/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/tigerprojects/wms/inspection/index.vue b/src/views/tigerprojects/wms/inspection/index.vue
index 7c187b8..d1d4fbe 100644
--- a/src/views/tigerprojects/wms/inspection/index.vue
+++ b/src/views/tigerprojects/wms/inspection/index.vue
@@ -38,7 +38,7 @@
   import { columns, searchFormSchema } from './inspection.data';
   import { DeleteInspection, getInspectionListByPage } from '/@/api/tigerapi/wms/inspection';
   import { useI18n } from '/@/hooks/web/useI18n';
-  const { t:bt } = useI18n('WMS.Inspection');
+  const { t:bt } = useI18n(); //useI18n();
   export default defineComponent({
     name: 'WHManagement',
     components: { BasicTable, InspectionDrawer, TableAction },

--
Gitblit v1.9.3