| | |
| | | "navigationBarTitleText": "标准作业指导", |
| | | "navigationStyle": "custom" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/equipmentManagement/verification/index", |
| | | "style": { |
| | | "navigationBarTitleText": "结果验证", |
| | | "navigationStyle": "custom" |
| | | } |
| | | } |
| | | ], |
| | | "subPackages": [ |
| | |
| | | icon: 'file-text', |
| | | label: '作业指导', |
| | | bgColor: '#4caf50' |
| | | }, |
| | | { |
| | | icon: 'checkmark-circle', |
| | | label: '结果验证', |
| | | bgColor: '#9c27b0' |
| | | } |
| | | ]); |
| | | |
| | |
| | | url: '/pages/equipmentManagement/sop/index' |
| | | }); |
| | | break; |
| | | case '结果验证': |
| | | uni.navigateTo({ |
| | | url: '/pages/equipmentManagement/verification/index' |
| | | }); |
| | | break; |
| | | default: |
| | | uni.showToast({ |
| | | title: `点击了${item.label}`, |