diff --git a/src/config/route.js b/src/config/route.js index b5608ca9..e8439d3b 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -80,6 +80,17 @@ const routes = [ }, component: "home/enm_home", }, + { + name: "dashboard_gx", + path: "/dashboard_gx", + meta: { + title: "控制台", + icon: "el-icon-monitor", + affix: true, + perms: ["dashboard_gx"], + }, + component: "home/gx_home", + }, { path: "/track", name: "track", diff --git a/src/views/home/gx_home.vue b/src/views/home/gx_home.vue new file mode 100644 index 00000000..795befea --- /dev/null +++ b/src/views/home/gx_home.vue @@ -0,0 +1,28 @@ + + + + + + + diff --git a/src/views/home/widgets/index_gx.vue b/src/views/home/widgets/index_gx.vue new file mode 100644 index 00000000..9e9329c8 --- /dev/null +++ b/src/views/home/widgets/index_gx.vue @@ -0,0 +1,448 @@ + + + + + + 光芯科技 + + 公司秉承“善用资源,服务建设”的核心理念,践行“材料创造美 + + + 好世界”的企业使命,坚持“创新、绩效、和谐、责任”的核心价 + + + 值观,努力成长为具有创新精神和全球视野的光芯材料领先企业。 + + + + + + + + + + 生产设备 + + + + + + + + + {{ + eqState_[scope.row.state] + }} + {{ + eqState_[scope.row.state] + }} + {{ + eqState_[scope.row.state] + }} + {{ + eqState_[scope.row.state] + }} + + + + + + + + + + + + 库存情况 + + + 半成品 + 成品 + + + + + + + + + + + + + + + + + + + + + 预警提示 + + + 名称 + 型号 + 规格 + + 数量 + + + + + + + {{ item.name }} + + + {{ item.model }} + + + {{ item.specification }} + + + {{ item.count }} + + + + 暂无数据 + + + + + + + + + +