Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zhongtong-avi-web
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
中通客车项目
zhongtong-avi-web
Commits
b50a75fb
Commit
b50a75fb
authored
Nov 26, 2019
by
李志鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fea(菜单项): 【设备数据采集】新增质量管部和其他,设备分类调整
parent
d130b552
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
607 additions
and
15 deletions
+607
-15
route.js
src/lang/zh/route.js
+2
-0
workshop.js
src/router/modules/workshop.js
+12
-0
list.vue
src/views/Workshop/Other/list.vue
+294
-0
list.vue
src/views/Workshop/Quality/list.vue
+299
-0
list.vue
src/views/Workshop/Trial/list.vue
+0
-15
No files found.
src/lang/zh/route.js
View file @
b50a75fb
...
@@ -16,6 +16,8 @@ export default {
...
@@ -16,6 +16,8 @@ export default {
Chassis
:
'底盘车间'
,
Chassis
:
'底盘车间'
,
Final
:
'装配车间'
,
Final
:
'装配车间'
,
Trial
:
'试交车间'
,
Trial
:
'试交车间'
,
Quality
:
'质量管理部'
,
Other
:
'其他'
,
// 设备运行时间
// 设备运行时间
DeviceRunning
:
'设备运行状况'
,
DeviceRunning
:
'设备运行状况'
,
DeviceRunningTime
:
'设备运行时间'
,
DeviceRunningTime
:
'设备运行时间'
,
...
...
src/router/modules/workshop.js
View file @
b50a75fb
...
@@ -43,6 +43,18 @@ export default {
...
@@ -43,6 +43,18 @@ export default {
component
:
()
=>
import
(
'@/views/Workshop/Trial/list'
),
component
:
()
=>
import
(
'@/views/Workshop/Trial/list'
),
name
:
'Trial'
,
name
:
'Trial'
,
meta
:
{
title
:
'Trial'
,
icon
:
'wareHouse'
,
noCache
:
false
,
mark
:
'/Workshop/Trial/list'
}
meta
:
{
title
:
'Trial'
,
icon
:
'wareHouse'
,
noCache
:
false
,
mark
:
'/Workshop/Trial/list'
}
},
{
path
:
'quality'
,
component
:
()
=>
import
(
'@/views/WorkShop/Quality/list'
),
name
:
'Quality'
,
meta
:
{
title
:
'Quality'
,
icon
:
'wareHouse'
,
noCache
:
false
,
mark
:
'/Workshop/Quality/list'
}
},
{
path
:
'other'
,
component
:
()
=>
import
(
'@/views/WorkShop/Other/list'
),
name
:
'Other'
,
meta
:
{
title
:
'Other'
,
icon
:
'wareHouse'
,
noCache
:
false
,
mark
:
'/Workshop/Other/list'
}
}
}
]
]
}
}
src/views/Workshop/Other/list.vue
0 → 100644
View file @
b50a75fb
This diff is collapsed.
Click to expand it.
src/views/Workshop/Quality/list.vue
0 → 100644
View file @
b50a75fb
This diff is collapsed.
Click to expand it.
src/views/Workshop/Trial/list.vue
View file @
b50a75fb
...
@@ -82,23 +82,8 @@
...
@@ -82,23 +82,8 @@
sortTreeData
:
[
sortTreeData
:
[
{
{
id
:
1
,
id
:
1
,
label
:
'检测线'
,
code
:
'CHECK_LINE'
},
{
id
:
2
,
label
:
'充电桩'
,
label
:
'充电桩'
,
code
:
'CHARGING_PILE'
code
:
'CHARGING_PILE'
},
{
id
:
3
,
label
:
'动静态测试'
,
code
:
'DYNAMIC_STATIC_TEST'
},
{
id
:
4
,
label
:
'加氢站'
,
code
:
'HYDROGEN_STATIONVoc'
}
}
],
],
// 搜索组件关键字列表
// 搜索组件关键字列表
...
...
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