| | |
| | | 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', |
| | |
| | | windowTitle: '檢核失敗原因畫面' |
| | | }, |
| | | { |
| | | id: 'OldCaseInfo', |
| | | name: 'OldCaseInfo.vue', |
| | | vuePath: './OldCaseInfo/OldCaseInfo.vue', |
| | | jsPath: './OldCaseInfo/OldCaseInfo.ts', |
| | | windowTitle: '舊案引用畫面' |
| | | }, |
| | | { |
| | | id: 'PatchFom', |
| | | name: 'PatchFom.vue', |
| | | vuePath: './PatchFom/PatchFom.vue', |