From 92a680303503cf2cbc5fcd584f09fe0d29a71524 Mon Sep 17 00:00:00 2001
From: hsy <1029150275@qq.com>
Date: 星期五, 28 八月 2026 16:57:23 +0800
Subject: [PATCH] feat(mes): 统一工作台报工记录与报工页面的提交批次号校验逻辑
---
src/packages/@core/ui-kit/popup-ui/src/alert/AlertBuilder.ts | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/packages/@core/ui-kit/popup-ui/src/alert/AlertBuilder.ts b/src/packages/@core/ui-kit/popup-ui/src/alert/AlertBuilder.ts
index 8823096..7733476 100644
--- a/src/packages/@core/ui-kit/popup-ui/src/alert/AlertBuilder.ts
+++ b/src/packages/@core/ui-kit/popup-ui/src/alert/AlertBuilder.ts
@@ -1,14 +1,14 @@
import type { Component, VNode } from 'vue';
-import type { Recordable } from '..\..\..\..\base\typings\src';
+import type { Recordable } from '../../../../base/typings/src';
import type { AlertProps, BeforeCloseScope, PromptProps } from './alert';
import { h, nextTick, ref, render } from 'vue';
-import { useSimpleLocale } from '..\..\..\..\composables\src';
-import { Input, VbenRenderContent } from '..\..\..\shadcn-ui\src';
-import { isFunction, isString } from '..\..\..\..\base\shared\src\utils';
+import { useSimpleLocale } from '../../../../composables/src';
+import { Input, VbenRenderContent } from '../../../shadcn-ui/src';
+import { isFunction, isString } from '../../../../base/shared/src/utils';
import Alert from './alert.vue';
--
Gitblit v1.9.3