From 925a72d879f399c2597b08e0becff4f7db6d399f Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期四, 24 十月 2024 14:52:17 +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