Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NLT-e-cigarette
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
NLT-e-cigarette
Commits
e848c9e0
Commit
e848c9e0
authored
Jun 06, 2022
by
zhangyichen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决框架报错 监控看板页面完成
parent
f36464f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
index.vue
src/layout/components/Sidebar/index.vue
+1
-1
Monitoring.vue
src/views/ProductionProcess/Monitoring.vue
+3
-0
No files found.
src/layout/components/Sidebar/index.vue
View file @
e848c9e0
...
...
@@ -12,7 +12,7 @@
:collapse-transition=
"false"
mode=
"vertical"
>
<sidebar-item
v-for=
"
route in permission_routes"
:key=
"route.path
"
:item=
"route"
:base-path=
"route.path"
/>
<sidebar-item
v-for=
"
(route, index) in permission_routes"
:key=
"index
"
:item=
"route"
:base-path=
"route.path"
/>
</el-menu>
</el-scrollbar>
</div>
...
...
src/views/ProductionProcess/Monitoring.vue
View file @
e848c9e0
...
...
@@ -242,6 +242,9 @@ export default {
resetQuery
()
{
this
.
queryParams
.
lineNo
=
''
this
.
getStaTable
()
},
// 获取表数据
getStaTable
()
{
}
}
}
...
...
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