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
470ed784
Commit
470ed784
authored
Feb 17, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改设备列表
parent
d4e189ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
14 deletions
+15
-14
sample-form-manager-ui/admin/src/pages/hardware/NumberWriteDevice.vue
...manager-ui/admin/src/pages/hardware/NumberWriteDevice.vue
+1
-0
sample-form-manager-ui/admin/src/router/index.js
sample-form-manager-ui/admin/src/router/index.js
+14
-14
No files found.
sample-form-manager-ui/admin/src/pages/hardware/NumberWriteDevice.vue
View file @
470ed784
...
@@ -212,6 +212,7 @@ export default {
...
@@ -212,6 +212,7 @@ export default {
page
:
this
.
current
,
page
:
this
.
current
,
size
:
this
.
size
,
size
:
this
.
size
,
deviceName
:
`%${this.searchVal
}
%`
,
deviceName
:
`%${this.searchVal
}
%`
,
productName
:
"
样表机
"
,
}
);
}
);
this
.
loading
=
false
;
this
.
loading
=
false
;
let
{
data
}
=
res
.
data
.
data
;
let
{
data
}
=
res
.
data
.
data
;
...
...
sample-form-manager-ui/admin/src/router/index.js
View file @
470ed784
...
@@ -108,20 +108,20 @@ const dynamicRouter = [
...
@@ -108,20 +108,20 @@ const dynamicRouter = [
},
},
],
],
},
},
{
//
{
path
:
"
/skinmanage
"
,
//
path: "/skinmanage",
component
:
Layouts
,
//
component: Layouts,
meta
:
{
//
meta: {
icon
:
"
el-icon-orange
"
,
//
icon: "el-icon-orange",
title
:
"
皮肤管理
"
,
//
title: "皮肤管理",
},
//
},
children
:
[
//
children: [
{
//
{
path
:
""
,
//
path: "",
component
:
()
=>
import
(
"
@/pages/software/skinManage/SkinManage
"
),
//
component: () => import("@/pages/software/skinManage/SkinManage"),
},
//
},
],
//
],
},
//
},
{
{
path
:
"
/numberwritedevice
"
,
path
:
"
/numberwritedevice
"
,
component
:
Layouts
,
component
:
Layouts
,
...
...
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