| | |
| | | <el-tab-pane label="工艺信息" name="工艺信息"> |
| | | <ProcessInfo :process="process"></ProcessInfo> |
| | | </el-tab-pane> |
| | | <el-tab-pane label="物料清单" name="物料清单">Role</el-tab-pane> |
| | | <el-tab-pane label="物料清单" name="物料清单"> |
| | | <InputMaterialsList></InputMaterialsList> |
| | | <OutputMaterialsList></OutputMaterialsList> |
| | | </el-tab-pane> |
| | | </el-tabs> |
| | | </template> |
| | | <template #middleBlock3> |
| | |
| | | import DeviceStatusInfo from '@/views/dashboard/components/DeviceStatusInfo.vue' |
| | | import DeviceNumberInfo from '@/views/dashboard/components/DeviceNumberInfo.vue' |
| | | import KnowledgeInfo from '@/views/dashboard/components/KnowledgeInfo.vue' |
| | | import InputMaterialsList from '@/views/dashboard/components/InputMaterialsList.vue' |
| | | import OutputMaterialsList from '@/views/dashboard/components/OutputMaterialsList.vue' |
| | | import BigButton from '@/views/dashboard/components/BigButton.vue' |
| | | import type { LabelValue } from '@/views/dashboard/components/TaskTabs.vue' |
| | | import TaskTabs from '@/views/dashboard/components/TaskTabs.vue' |
| | |
| | | justify-content: center; |
| | | padding-top: 12px; |
| | | } |
| | | |
| | | :deep(.el-tabs) { |
| | | height: 100%; |
| | | } |
| | | :deep(.el-tab-pane) { |
| | | height: 100%; |
| | | } |
| | | :deep(.el-tabs__content) { |
| | | height: calc(100% - 56px); |
| | | } |
| | | :deep(.el-tabs__item) { |
| | | color: #fff; |
| | | font-size: 20px; |