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 },