diff --git a/src/api/mes/md/workstation/index.ts b/src/api/mes/md/workstation/index.ts index f102b49c2..7ffdd4f6c 100644 --- a/src/api/mes/md/workstation/index.ts +++ b/src/api/mes/md/workstation/index.ts @@ -1,7 +1,5 @@ import request from '@/config/axios' -// DONE @AI:【遵守我说的!】是不是每个 VO 独立文件;例如说 tool/ 、worker/、machine/ 等等 - // MES 工作站 VO export interface MdWorkstationVO { id: number // 工作站编号 diff --git a/src/views/mes/md/workstation/WorkstationForm.vue b/src/views/mes/md/workstation/WorkstationForm.vue index 2077ed574..ef07b3682 100644 --- a/src/views/mes/md/workstation/WorkstationForm.vue +++ b/src/views/mes/md/workstation/WorkstationForm.vue @@ -90,9 +90,9 @@ import { MdWorkstationApi, MdWorkstationVO } from '@/api/mes/md/workstation' import { MdWorkshopApi, MdWorkshopVO } from '@/api/mes/md/workstation/workshop' import { CommonStatusEnum } from '@/utils/constants' import { generateRandomStr } from '@/utils' -import WorkstationMachinePanel from './components/WorkstationMachinePanel.vue' -import WorkstationToolPanel from './components/WorkstationToolPanel.vue' -import WorkstationWorkerPanel from './components/WorkstationWorkerPanel.vue' +import WorkstationMachinePanel from './WorkstationMachinePanel.vue' +import WorkstationToolPanel from './WorkstationToolPanel.vue' +import WorkstationWorkerPanel from './WorkstationWorkerPanel.vue' defineOptions({ name: 'WorkstationForm' }) diff --git a/src/views/mes/md/workstation/components/WorkstationMachinePanel.vue b/src/views/mes/md/workstation/WorkstationMachinePanel.vue similarity index 74% rename from src/views/mes/md/workstation/components/WorkstationMachinePanel.vue rename to src/views/mes/md/workstation/WorkstationMachinePanel.vue index 5e8f7ce39..eeaa80fc0 100644 --- a/src/views/mes/md/workstation/components/WorkstationMachinePanel.vue +++ b/src/views/mes/md/workstation/WorkstationMachinePanel.vue @@ -1,6 +1,6 @@