| | |
| | | <view class="tab-item" :class="{ active: currentTab === 6 }" @click="changeTab(6)"> |
| | | 工艺参数 |
| | | </view> |
| | | <view class="tab-item" :class="{ active: currentTab === 9 }" @click="changeTab(9)"> |
| | | 设备点检 |
| | | </view> |
| | | <!-- <view class="tab-item" :class="{ active: currentTab === 8 }" @click="changeTab(8)"> |
| | | 打印机设置 |
| | | </view> --> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import WorkOrderStatus from '../components/WorkOrderStatus.vue'; // 确保路径正确 |
| | | import UniTable from "../uni_modules/uni-table/components/uni-table/uni-table.vue"; |
| | | import Mold from "../components/mold.vue"; |
| | | import Machine from "../components/machine.vue"; |
| | | import WorkOrderPrint from "../components/WorkOrderPrint.vue"; |
| | | import WorkOrder from "../components/WorkOrder.vue"; |
| | | import Technology from "../components/Technology.vue"; |
| | | import PDFShow from "../components/PDFShow.vue"; |
| | | import PrintInit from "../components/PrintInit.vue"; |
| | | import PrintTest from "../components/PrintTest.vue"; |
| | | import WorkOrderStatus from '../components/WorkOrderStatus.vue'; // 确保路径正确 |
| | | import UniTable from "../uni_modules/uni-table/components/uni-table/uni-table.vue"; |
| | | import Mold from "../components/mold.vue"; |
| | | import Machine from "../components/machine.vue"; |
| | | import WorkOrderPrint from "../components/WorkOrderPrint.vue"; |
| | | import WorkOrder from "../components/WorkOrder.vue"; |
| | | import Technology from "../components/Technology.vue"; |
| | | import PDFShow from "../components/PDFShow.vue"; |
| | | import PrintInit from "../components/PrintInit.vue"; |
| | | import PrintTest from "../components/PrintTest.vue"; |
| | | import EquipmentInspection from "../components/EquipmentInspection.vue"; |
| | | |
| | | export default { |
| | | components: { |
| | |
| | | WorkOrderStatus, |
| | | PDFShow, |
| | | PrintInit, |
| | | PrintTest |
| | | PrintTest, |
| | | EquipmentInspection |
| | | }, |
| | | data() { |
| | | return { |
| | |
| | | font-size: 20px; |
| | | } |
| | | } |
| | | </style> |
| | | </style> |