From b5bc0d6eb2d2e55ea830a1b286252b9754cbf8e9 Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期三, 21 八月 2024 11:21:04 +0800 Subject: [PATCH] 更新主从表添加、修改、删除时对从表的对应操作 --- WIDESEAWCS_Client/src/router/viewGird.js | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/WIDESEAWCS_Client/src/router/viewGird.js b/WIDESEAWCS_Client/src/router/viewGird.js index 84e9f68..a205441 100644 --- a/WIDESEAWCS_Client/src/router/viewGird.js +++ b/WIDESEAWCS_Client/src/router/viewGird.js @@ -38,6 +38,18 @@ name: 'deviceInfo', component: () => import('@/views/quartzJob/deviceInfo.vue') }, { + path: '/deviceProtocol', + name: 'deviceProtocol', + component: () => import('@/views/quartzJob/deviceProtocol.vue') + }, { + path: '/deviceProtocolDetail', + name: 'deviceProtocolDetail', + component: () => import('@/views/quartzJob/deviceProtocolDetail.vue') + }, { + path: '/dispatchInfo', + name: 'dispatchInfo', + component: () => import('@/views/quartzJob/dispatchInfo.vue') + }, { path: '/task', name: 'task', component: () => import('@/views/taskinfo/task.vue') -- Gitblit v1.9.3