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
82a87bf7
Commit
82a87bf7
authored
Nov 13, 2019
by
李志鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fea(Led Avi 轮播): 新增各个区域页面文件及背景图片
parent
ed7700f3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
268 additions
and
26 deletions
+268
-26
complexion_paint_bg.png
src/assets/images/LedCarouselAvi/complexion_paint_bg.png
+0
-0
finished_bg.png
src/assets/images/LedCarouselAvi/finished_bg.png
+0
-0
middle_coat_bg.png
src/assets/images/LedCarouselAvi/middle_coat_bg.png
+0
-0
putty_bg.png
src/assets/images/LedCarouselAvi/putty_bg.png
+0
-0
sealed_anticorrosion-bg.png
src/assets/images/LedCarouselAvi/sealed_anticorrosion-bg.png
+0
-0
ComplexionPaint.vue
src/views/LedCarouselAvi/components/ComplexionPaint.vue
+16
-0
Finished.vue
src/views/LedCarouselAvi/components/Finished.vue
+16
-0
MiddleCoat.vue
src/views/LedCarouselAvi/components/MiddleCoat.vue
+16
-0
Putty.vue
src/views/LedCarouselAvi/components/Putty.vue
+16
-0
SealedAnticorrosion.vue
src/views/LedCarouselAvi/components/SealedAnticorrosion.vue
+183
-22
SheetMetal.vue
src/views/LedCarouselAvi/components/SheetMetal.vue
+0
-1
index.vue
src/views/LedCarouselAvi/index.vue
+18
-2
SealedAnticorrosion.vue
src/views/Monitor/components/SealedAnticorrosion.vue
+3
-1
No files found.
src/assets/images/LedCarouselAvi/complexion_paint_bg.png
0 → 100644
View file @
82a87bf7
166 KB
src/assets/images/LedCarouselAvi/finished_bg.png
0 → 100644
View file @
82a87bf7
68.9 KB
src/assets/images/LedCarouselAvi/middle_coat_bg.png
0 → 100644
View file @
82a87bf7
83.5 KB
src/assets/images/LedCarouselAvi/putty_bg.png
0 → 100644
View file @
82a87bf7
77.6 KB
src/assets/images/LedCarouselAvi/sealed_anticorrosion-bg.png
View replaced file @
ed7700f3
View file @
82a87bf7
102 KB
|
W:
|
H:
123 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/views/LedCarouselAvi/components/ComplexionPaint.vue
0 → 100644
View file @
82a87bf7
<
template
>
<!-- 面/色漆工作区 -->
<div></div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
</
style
>
\ No newline at end of file
src/views/LedCarouselAvi/components/Finished.vue
0 → 100644
View file @
82a87bf7
<
template
>
<!-- 成品车存放区 -->
<div></div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
</
style
>
\ No newline at end of file
src/views/LedCarouselAvi/components/MiddleCoat.vue
0 → 100644
View file @
82a87bf7
<
template
>
<!-- 中涂工作区 -->
<div></div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
</
style
>
\ No newline at end of file
src/views/LedCarouselAvi/components/Putty.vue
0 → 100644
View file @
82a87bf7
<
template
>
<!-- 腻子工作区 -->
<div></div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
</
style
>
\ No newline at end of file
src/views/LedCarouselAvi/components/SealedAnticorrosion.vue
View file @
82a87bf7
This diff is collapsed.
Click to expand it.
src/views/LedCarouselAvi/components/SheetMetal.vue
View file @
82a87bf7
...
@@ -177,7 +177,6 @@
...
@@ -177,7 +177,6 @@
if
(
item
.
code
===
'1'
)
{
if
(
item
.
code
===
'1'
)
{
this
.
realData
=
_
.
cloneDeep
(
item
.
stationMap
);
this
.
realData
=
_
.
cloneDeep
(
item
.
stationMap
);
this
.
onlineNumber
=
_
.
cloneDeep
(
item
.
onlineNum
);
this
.
onlineNumber
=
_
.
cloneDeep
(
item
.
onlineNum
);
console
.
log
(
this
.
onlineNumber
)
break
;
break
;
}
}
}
}
...
...
src/views/LedCarouselAvi/index.vue
View file @
82a87bf7
...
@@ -6,7 +6,15 @@
...
@@ -6,7 +6,15 @@
<!-- 钣金工作区 -->
<!-- 钣金工作区 -->
<!--
<SheetMetal></SheetMetal>
-->
<!--
<SheetMetal></SheetMetal>
-->
<!-- 密封防腐工作区 -->
<!-- 密封防腐工作区 -->
<SealedAnticorrosion></SealedAnticorrosion>
<!--
<SealedAnticorrosion></SealedAnticorrosion>
-->
<!-- 腻子工作区 -->
<!--
<Putty></Putty>
-->
<!-- 中涂工作区 -->
<!--
<MiddleCoat></MiddleCoat>
-->
<!-- 面/色漆工作区 -->
<!--
<ComplexionPaint></ComplexionPaint>
-->
<!-- 成品车存放区 -->
<!--
<finished></finished>
-->
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -15,12 +23,20 @@
...
@@ -15,12 +23,20 @@
import
Electrophoresis
from
'./components/Electrophoresis'
import
Electrophoresis
from
'./components/Electrophoresis'
import
SheetMetal
from
'./components/SheetMetal'
import
SheetMetal
from
'./components/SheetMetal'
import
SealedAnticorrosion
from
'./components/SealedAnticorrosion'
import
SealedAnticorrosion
from
'./components/SealedAnticorrosion'
import
Putty
from
'./components/Putty'
import
MiddleCoat
from
'./components/MiddleCoat'
import
ComplexionPaint
from
'./components/ComplexionPaint'
import
finished
from
'./components/Finished'
export
default
{
export
default
{
components
:
{
components
:
{
Electrophoresis
,
Electrophoresis
,
SheetMetal
,
SheetMetal
,
SealedAnticorrosion
SealedAnticorrosion
,
Putty
,
MiddleCoat
,
ComplexionPaint
,
finished
},
},
data
()
{
data
()
{
return
{}
return
{}
...
...
src/views/Monitor/components/SealedAnticorrosion.vue
View file @
82a87bf7
...
@@ -361,7 +361,9 @@ export default {
...
@@ -361,7 +361,9 @@ export default {
response
=>
{
response
=>
{
for
(
let
item
of
response
)
{
for
(
let
item
of
response
)
{
if
(
item
.
code
===
'3'
)
{
if
(
item
.
code
===
'3'
)
{
this
.
sealedAnticorrosion
=
_
.
cloneDeep
(
item
);
this
.
sealedAnticorrosion
=
_
.
cloneDeep
(
item
.
stationMap
);
this
.
onlineNum
=
_
.
cloneDeep
(
item
.
onlineNum
);
break
;
}
}
}
}
}
}
...
...
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