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
503782f5
Commit
503782f5
authored
Nov 13, 2019
by
李志鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fea(Led Avi 轮播): 腻子、中涂、密封防腐模块开发
parent
82a87bf7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
671 additions
and
33 deletions
+671
-33
Electrophoresis.vue
src/views/LedCarouselAvi/components/Electrophoresis.vue
+4
-4
MiddleCoat.vue
src/views/LedCarouselAvi/components/MiddleCoat.vue
+285
-3
Putty.vue
src/views/LedCarouselAvi/components/Putty.vue
+311
-3
SealedAnticorrosion.vue
src/views/LedCarouselAvi/components/SealedAnticorrosion.vue
+62
-19
SheetMetal.vue
src/views/LedCarouselAvi/components/SheetMetal.vue
+4
-4
list.vue
src/views/Workshop/Painting/list.vue
+5
-0
No files found.
src/views/LedCarouselAvi/components/Electrophoresis.vue
View file @
503782f5
...
...
@@ -531,10 +531,10 @@
}
// 轻客车体样式
.car-out
{
background
:
url('../../../assets/images/LedCarouselAvi/car_out.png')
;
background-position
:
center
0
;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
background
:
url('../../../assets/images/LedCarouselAvi/car_out.png')
!
important
;
background-position
:
center
0
!
important
;
background-repeat
:
no-repeat
!
important
;
background-size
:
100%
100%
!
important
;
}
}
</
style
>
\ No newline at end of file
src/views/LedCarouselAvi/components/MiddleCoat.vue
View file @
503782f5
This diff is collapsed.
Click to expand it.
src/views/LedCarouselAvi/components/Putty.vue
View file @
503782f5
This diff is collapsed.
Click to expand it.
src/views/LedCarouselAvi/components/SealedAnticorrosion.vue
View file @
503782f5
...
...
@@ -92,24 +92,67 @@
:class=
"resolveCarTypeStyle(realData['HDG1-82'].busType)"
>
</div>
<div
class=
"HDG1-83"
>
v-if=
"realData.hasOwnProperty('HDG1-83') && realData['HDG1-83'].state !== 'FREE'"
:class=
"resolveCarTypeStyle(realData['HDG1-83'].busType)"
>
</div>
<div
class=
"HDG1-84"
v-if=
"realData.hasOwnProperty('HDG1-84') && realData['HDG1-84'].state !== 'FREE'"
:class=
"resolveCarTypeStyle(realData['HDG1-84'].busType)"
>
</div>
<div
class=
"HDG5-10"
v-if=
"realData.hasOwnProperty('HDG5-10') && realData['HDG5-10'].state !== 'FREE'"
:class=
"resolveCarTypeStyle(realData['HDG5-10'].busType)"
>
</div>
<div
class=
"HDG1-84"
></div>
<div
class=
"HDG5-10"
></div>
<!-- 第五行 -->
<div
class=
"HDG1-85"
></div>
<div
class=
"HDG1-86"
></div>
<div
class=
"HDG1-87"
></div>
<div
class=
"HDG1-88"
></div>
<div
class=
"HDG1-89"
></div>
<div
class=
"HDG5-11"
></div>
<div
class=
"HDG1-85"
v-if=
"realData.hasOwnProperty('HDG1-85') && realData['HDG1-85'].state !== 'FREE'"
:class=
"resolveCarTypeStyle(realData['HDG1-85'].busType)"
>
</div>
<div
class=
"HDG1-86"
v-if=
"realData.hasOwnProperty('HDG1-86') && realData['HDG1-86'].state !== 'FREE'"
:class=
"resolveCarTypeStyle(realData['HDG1-86'].busType)"
>
</div>
<div
class=
"HDG1-87"
v-if=
"realData.hasOwnProperty('HDG1-87') && realData['HDG1-87'].state !== 'FREE'"
:class=
"resolveCarTypeStyle(realData['HDG1-87'].busType)"
>
</div>
<div
class=
"HDG1-88"
v-if=
"realData.hasOwnProperty('HDG1-88') && realData['HDG1-88'].state !== 'FREE'"
:class=
"resolveCarTypeStyle(realData['HDG1-88'].busType)"
>
</div>
<div
class=
"HDG1-89"
v-if=
"realData.hasOwnProperty('HDG1-89') && realData['HDG1-89'].state !== 'FREE'"
:class=
"resolveCarTypeStyle(realData['HDG1-89'].busType)"
>
</div>
<div
class=
"HDG5-11"
v-if=
"realData.hasOwnProperty('HDG5-11') && realData['HDG5-11'].state !== 'FREE'"
:class=
"resolveCarTypeStyle(realData['HDG5-11'].busType)"
>
</div>
<!-- 第六行 -->
<div
class=
"HDG1-90"
></div>
<div
class=
"HDG1-91"
></div>
<div
class=
"HDG1-92"
></div>
<div
class=
"HDG1-93"
></div>
<div
class=
"HDG1-94"
></div>
<div
class=
"HDG5-12"
></div>
<div
class=
"HDG1-90"
v-if=
"realData.hasOwnProperty('HDG1-90') && realData['HDG1-90'].state !== 'FREE'"
:class=
"resolveCarTypeStyle(realData['HDG1-90'].busType)"
>
</div>
<div
class=
"HDG1-91"
v-if=
"realData.hasOwnProperty('HDG1-91') && realData['HDG1-91'].state !== 'FREE'"
:class=
"resolveCarTypeStyle(realData['HDG1-91'].busType)"
>
</div>
<div
class=
"HDG1-92"
v-if=
"realData.hasOwnProperty('HDG1-92') && realData['HDG1-92'].state !== 'FREE'"
:class=
"resolveCarTypeStyle(realData['HDG1-92'].busType)"
>
</div>
<div
class=
"HDG1-93"
v-if=
"realData.hasOwnProperty('HDG1-93') && realData['HDG1-93'].state !== 'FREE'"
:class=
"resolveCarTypeStyle(realData['HDG1-93'].busType)"
>
</div>
<div
class=
"HDG1-94"
v-if=
"realData.hasOwnProperty('HDG1-94') && realData['HDG1-94'].state !== 'FREE'"
:class=
"resolveCarTypeStyle(realData['HDG1-94'].busType)"
>
</div>
<div
class=
"HDG5-12"
v-if=
"realData.hasOwnProperty('HDG5-12') && realData['HDG5-12'].state !== 'FREE'"
:class=
"resolveCarTypeStyle(realData['HDG5-12'].busType)"
>
</div>
</div>
</div>
</div>
...
...
@@ -354,10 +397,10 @@
}
// 轻客车体样式
.car-out
{
background
:
url('../../../assets/images/LedCarouselAvi/car_out.png')
;
background-position
:
center
0
;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
background
:
url('../../../assets/images/LedCarouselAvi/car_out.png')
!
important
;
background-position
:
center
0
!
important
;
background-repeat
:
no-repeat
!
important
;
background-size
:
100%
100%
!
important
;
}
}
</
style
>
\ No newline at end of file
src/views/LedCarouselAvi/components/SheetMetal.vue
View file @
503782f5
...
...
@@ -393,10 +393,10 @@
}
// 轻客车体样式
.car-out
{
background
:
url('../../../assets/images/LedCarouselAvi/car_out.png')
;
background-position
:
center
0
;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
background
:
url('../../../assets/images/LedCarouselAvi/car_out.png')
!
important
;
background-position
:
center
0
!
important
;
background-repeat
:
no-repeat
!
important
;
background-size
:
100%
100%
!
important
;
}
}
</
style
>
\ No newline at end of file
src/views/Workshop/Painting/list.vue
View file @
503782f5
...
...
@@ -119,6 +119,11 @@
id
:
8
,
label
:
'旋转辊床'
,
code
:
'ROTARY_ROLLER_BED'
},
{
id
:
9
,
label
:
'VOC'
,
code
:
'VOC'
}
],
// 搜索组件关键字列表
...
...
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