diff --git a/src/router/index.js b/src/router/index.js index b9c9810..73e1341 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2021-11-15 08:20:28 * @LastEditors: zwq - * @LastEditTime: 2022-08-11 16:22:10 + * @LastEditTime: 2022-09-06 15:26:36 * @Description: */ /** @@ -57,6 +57,7 @@ const mainRoutes = { { path: '/order-current-order', component: _import('order/current-order'), name: 'order-current-order', meta: { title: '当前订单列表', isTab: true } }, { path: '/order-current-order-task', component: _import('order/components/current-order-task'), name: 'order-current-order-task', meta: { title: '当前订单任务详情', isTab: true } }, { path: '/order-current-task', component: _import('order/current-task'), name: 'order-current-task', meta: { title: '当前任务列表', isTab: true } }, + { path: '/order-current-task-new', component: _import('order/current-task-new'), name: 'order-current-task-new', meta: { title: '任务列表', isTab: true } }, { path: '/order-current-task-detail', component: _import('order/components/current-task-detail'), name: 'order-current-task-detail', meta: { title: '当前执行任务详情', isTab: true } }, { path: '/report-kiln-alarm', component: _import('report/kiln-alarm'), name: 'report-kiln-alarm', meta: { title: '工业炉报警', isTab: true } }, { path: '/report-car-alarm', component: _import('report/car-alarm'), name: 'report-car-alarm', meta: { title: '车辆运行报警', isTab: true } }, diff --git a/src/views/main-sidebar.vue b/src/views/main-sidebar.vue index 8eaf356..f75562d 100644 --- a/src/views/main-sidebar.vue +++ b/src/views/main-sidebar.vue @@ -134,6 +134,13 @@ 当前任务列表 + + + 任务列表 + + + + diff --git a/src/views/order/components/current-task-new-table1.vue b/src/views/order/components/current-task-new-table1.vue new file mode 100644 index 0000000..9f7d8a2 --- /dev/null +++ b/src/views/order/components/current-task-new-table1.vue @@ -0,0 +1,243 @@ + + + + + diff --git a/src/views/order/components/current-task-new-table2.vue b/src/views/order/components/current-task-new-table2.vue new file mode 100644 index 0000000..0ae797b --- /dev/null +++ b/src/views/order/components/current-task-new-table2.vue @@ -0,0 +1,78 @@ + + + + + + diff --git a/src/views/order/components/current-task-new-table3.vue b/src/views/order/components/current-task-new-table3.vue new file mode 100644 index 0000000..baa5ec2 --- /dev/null +++ b/src/views/order/components/current-task-new-table3.vue @@ -0,0 +1,105 @@ + + + + + + diff --git a/src/views/order/current-task-new.vue b/src/views/order/current-task-new.vue new file mode 100644 index 0000000..f3e4a70 --- /dev/null +++ b/src/views/order/current-task-new.vue @@ -0,0 +1,196 @@ + + + + +