Merge branch 'master' of http://139.196.74.78:10010/r/jagzwxm/ja_web
2 files modified
1 files renamed
4 files copied
4 files added
| | |
| | | label: '无人机管控', |
| | | value: 5, |
| | | }, |
| | | { |
| | | label: '任务工单', |
| | | value: 6, |
| | | }, |
| | | ], |
| | | hide: true, |
| | | rules: [ |
| | |
| | | }) |
| | | } |
| | | return new Promise(resolve => { |
| | | getRoutes({tenantId,sysType: 5}).then(res => { |
| | | getRoutes({tenantId,sysType: 6}).then(res => { |
| | | const data = res.data.data; |
| | | let menu = deepClone(data); |
| | | if (!res.data?.data?.length){ |
| | |
| | | }, |
| | | GetButtons({ commit }) { |
| | | return new Promise(resolve => { |
| | | getButtons({sysType: 5}).then(res => { |
| | | getButtons({sysType: 6}).then(res => { |
| | | const data = res.data.data; |
| | | commit('SET_PERMISSION', data); |
| | | resolve(); |
| New file |
| | |
| | | <template> |
| | | <basic-container> |
| | | 创新 |
| | | </basic-container> |
| | | </template> |
| | | <script setup> |
| | | </script> |
| | | <style scoped lang="scss"> |
| | | </style> |
copy from applications/task-work-order/src/views/basicManage/index.vue
copy to applications/task-work-order/src/views/orderView/orderDataManage/dataObjection/index.vue
| New file |
| | |
| | | <template> |
| | | <basic-container> |
| | | 评价管理 |
| | | </basic-container> |
| | | </template> |
| | | <script setup> |
| | | </script> |
| | | <style scoped lang="scss"> |
| | | </style> |
| New file |
| | |
| | | <template> |
| | | <basic-container> |
| | | 供需填报管理 |
| | | </basic-container> |
| | | </template> |
| | | <script setup> |
| | | </script> |
| | | <style scoped lang="scss"> |
| | | </style> |
copy from applications/task-work-order/src/views/basicManage/index.vue
copy to applications/task-work-order/src/views/orderView/orderManage/inspectionReport/index.vue
copy from applications/task-work-order/src/views/basicManage/index.vue
copy to applications/task-work-order/src/views/orderView/orderManage/inspectionRequest/index.vue
copy from applications/task-work-order/src/views/basicManage/index.vue
copy to applications/task-work-order/src/views/orderView/orderManage/operatingIncome/index.vue
| New file |
| | |
| | | <template> |
| | | <basic-container> |
| | | 工单管理 |
| | | </basic-container> |
| | | </template> |
| | | <script setup> |
| | | </script> |
| | | <style scoped lang="scss"> |
| | | </style> |