From 713024ccb5056e76bcfc9389664981da68a5139f Mon Sep 17 00:00:00 2001
From: curtis <curtis@i-mps.com>
Date: 星期一, 30 三月 2026 14:08:01 +0800
Subject: [PATCH] feat: dfm to web

---
 uiOutput/index.html |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/uiOutput/index.html b/uiOutput/index.html
index d9b112d..0c61824 100644
--- a/uiOutput/index.html
+++ b/uiOutput/index.html
@@ -278,6 +278,20 @@
       return {
         availableComponents: [
           {
+            id: 'DocList',
+            name: 'DocList.vue',
+            vuePath: './DocList/DocList.vue',
+            jsPath: './DocList/DocList.ts',
+            windowTitle: '歷史類畫面'
+          },
+          {
+            id: 'DocPrt',
+            name: 'DocPrt.vue',
+            vuePath: './DocPrt/DocPrt.vue',
+            jsPath: './DocPrt/DocPrt.ts',
+            windowTitle: '列印畫面'
+          },
+          {
             id: 'ErrList',
             name: 'ErrList.vue',
             vuePath: './ErrList/ErrList.vue',
@@ -285,6 +299,13 @@
             windowTitle: '檢核失敗原因畫面'
           },
           {
+            id: 'OldCaseInfo',
+            name: 'OldCaseInfo.vue',
+            vuePath: './OldCaseInfo/OldCaseInfo.vue',
+            jsPath: './OldCaseInfo/OldCaseInfo.ts',
+            windowTitle: '舊案引用畫面'
+          },
+          {
             id: 'PatchFom',
             name: 'PatchFom.vue',
             vuePath: './PatchFom/PatchFom.vue',

--
Gitblit v1.8.0