| | |
| | | |
| | | <template> |
| | | <view> |
| | | <u-grid :col="3" @click="gotoPage" border> |
| | |
| | | icon:'' |
| | | }, |
| | | { |
| | | name :'机台报工', |
| | | src:'/pages/work_reporting/work_reporting', |
| | | name: '齿轮制程检验', |
| | | src: '/pages/inspection/mtInspectionList', |
| | | icon:'' |
| | | }, |
| | | { |
| | | name :'成品入库检检验', |
| | | src:'/pages/fqc/fqcInspectionList', |
| | | icon:'' |
| | | }, |
| | | { |
| | | name :'来料检验申请单', |
| | | src:'/pages/iqc/iqcInspectionList', |
| | | icon:'' |
| | | }, |
| | | { |
| | | name :'设备点检计划', |
| | | src:'/pages/eqSpotCheck/eqSpotCheck', |
| | | src:'/pages/eqSpotCheck/eqSpotCheckList', |
| | | icon:'' |
| | | }, |
| | | { |
| | | name :'模具保养计划', |
| | | src:'/pages/eqSpotCheck/moldSpotCheckList', |
| | | icon:'' |
| | | }, |
| | | ] |
| | |
| | | border-bottom: 1upx solid #dadbde; |
| | | border-right: 1upx solid #dadbde; |
| | | background-color: #f1f2f4; |
| | | height: 100upx; |
| | | height: 15vh; |
| | | } |
| | | </style> |