From bf0ef9e148f2f438b5630c9fc9f6b8943592eeff Mon Sep 17 00:00:00 2001 From: liu <2021943741@qq.com> Date: 星期一, 07 九月 2026 16:55:15 +0800 Subject: [PATCH] fix(排产): 生产状态为已完成的单不再显示0%进度,已完成类型隐藏排产维护按钮 --- src/packages/types/src/index.ts | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/packages/types/src/index.ts b/src/packages/types/src/index.ts index 63e2b1b..8df18ee 100644 --- a/src/packages/types/src/index.ts +++ b/src/packages/types/src/index.ts @@ -1,2 +1,3 @@ export type * from './user'; -export type * from '..\..\@core\base\typings\src'; +export type * from '../global'; +export type * from '../../@core/base/typings/src'; -- Gitblit v1.9.3