From 5b24291f8e6693721712752839923f057cdbfbf3 Mon Sep 17 00:00:00 2001 From: yinq Date: Fri, 24 Apr 2026 13:36:13 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E8=BD=A6=E9=97=B4=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/board/index.js | 6 + src/router/index.js | 5 + src/views/board/workshopIndex.vue | 507 ++++++++++++++++++++++++++++++ 3 files changed, 518 insertions(+) create mode 100644 src/views/board/workshopIndex.vue 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 @@ + + + + + + + + + +