Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sample-form-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
sample-form-platform
Commits
488211fe
Commit
488211fe
authored
Aug 11, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改页面
parent
23d454ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
sample-form-manager-ui/admin/src/pages/hardware/NumberWriteDevice.vue
...manager-ui/admin/src/pages/hardware/NumberWriteDevice.vue
+1
-1
sample-form-manager-ui/admin/src/router/index.js
sample-form-manager-ui/admin/src/router/index.js
+3
-3
No files found.
sample-form-manager-ui/admin/src/pages/hardware/NumberWriteDevice.vue
View file @
488211fe
<
template
>
<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"
>
<TableHeader>
<div
slot=
"left"
>
...
...
sample-form-manager-ui/admin/src/router/index.js
View file @
488211fe
...
...
@@ -78,12 +78,12 @@ const routes = [
{
path
:
"
/numberwritedevice
"
,
// name: '
数字样表设备
',
// name: '
设备管理
',
hideChildrenInMenu
:
true
,
component
:
()
=>
import
(
"
@/pages/hardware/NumberWriteDevice
"
),
meta
:
{
icon
:
"
el-icon-monitor
"
,
title
:
"
数字样表设备
"
,
title
:
"
设备管理
"
,
},
},
...
...
@@ -120,7 +120,7 @@ const routes = [
component
:
()
=>
import
(
"
@/pages/system/systemlogs/SystemLogs.vue
"
),
meta
:
{
activeMenu
:
"
/system
"
,
title
:
"
操作
日志
"
,
title
:
"
系统
日志
"
,
icon
:
"
el-icon-notebook-1
"
,
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment