diff --git a/src/api/board/index.js b/src/api/board/index.js index c905a07..6bde11a 100644 --- a/src/api/board/index.js +++ b/src/api/board/index.js @@ -40,4 +40,10 @@ export function realTimeAlarm(query) { return request({ url: '/ems/board/realTimeAlarm', method: 'get', params: query }) +} + +export function workshopColumns(query) { + return request({ + url: '/ems/board/workshopColumns', method: 'get', params: query + }) } \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index fdce0d6..9323271 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -41,6 +41,11 @@ export const constantRoutes = [ component: () => import('@/views/board/lineIndex.vue'), hidden: true }, + { + path: '/workshopIndex', + component: () => import('@/views/board/workshopIndex.vue'), + hidden: true + }, { path: '/redirect', component: Layout, diff --git a/src/views/board/workshopIndex.vue b/src/views/board/workshopIndex.vue new file mode 100644 index 0000000..2d60357 --- /dev/null +++ b/src/views/board/workshopIndex.vue @@ -0,0 +1,507 @@ + + + + + + + + + +