Commit 488211fe authored by “yiyousong”'s avatar “yiyousong”

pref:修改页面

parent 23d454ba
<template> <template>
<div class="device bgw flex flexc"> <div class="device bgw flex flexc">
<TabHeader icon="el-icon-notebook-2" label="数字填单设备"></TabHeader> <TabHeader icon="el-icon-notebook-2" label="数字样表设备"></TabHeader>
<div class="flex1 pd15 auto-scroll"> <div class="flex1 pd15 auto-scroll">
<TableHeader> <TableHeader>
<div slot="left"> <div slot="left">
......
...@@ -78,12 +78,12 @@ const routes = [ ...@@ -78,12 +78,12 @@ const routes = [
{ {
path: "/numberwritedevice", path: "/numberwritedevice",
// name: '数字样表设备', // name: '设备管理',
hideChildrenInMenu: true, hideChildrenInMenu: true,
component: () => import("@/pages/hardware/NumberWriteDevice"), component: () => import("@/pages/hardware/NumberWriteDevice"),
meta: { meta: {
icon: "el-icon-monitor", icon: "el-icon-monitor",
title: "数字样表设备", title: "设备管理",
}, },
}, },
...@@ -120,7 +120,7 @@ const routes = [ ...@@ -120,7 +120,7 @@ const routes = [
component: () => import("@/pages/system/systemlogs/SystemLogs.vue"), component: () => import("@/pages/system/systemlogs/SystemLogs.vue"),
meta: { meta: {
activeMenu: "/system", activeMenu: "/system",
title: "操作日志", title: "系统日志",
icon: "el-icon-notebook-1", icon: "el-icon-notebook-1",
}, },
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment