From b6163e1bed94b4d02d1b6f01fdc2eb3f15ca22e3 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期一, 07 十月 2024 15:47:46 +0800
Subject: [PATCH] 保存默认工艺路线,工单批次优化

---
 src/components/FlowChart/index.ts |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/src/components/FlowChart/index.ts b/src/components/FlowChart/index.ts
index edbeb55..498d10a 100644
--- a/src/components/FlowChart/index.ts
+++ b/src/components/FlowChart/index.ts
@@ -1,4 +1,15 @@
-import { withInstall } from '/@/utils';
+/*
+ * @Description: file content
+ * @Author: Ben Lin
+ * @version: 
+ * @Date: 2024-06-18 15:09:47
+ * @LastEditors: Ben Lin
+ * @LastEditTime: 2024-06-29 05:14:10
+ */
+import { withInstall } from '@/utils';
 import flowChart from './src/FlowChart.vue';
+import flowChartView from './src/FlowChartView.vue';
 
 export const FlowChart = withInstall(flowChart);
+
+export const FlowChartView = withInstall(flowChartView);

--
Gitblit v1.9.3