system-phone 3.1.1 → 3.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gradle/buildOutputCleanup/cache.properties +2 -2
- package/SystemPhone.iml +8 -8
- package/build/dev-server.js +141 -141
- package/build/webpack.base.conf.js +82 -82
- package/build.gradle +27 -27
- package/gradle/wrapper/gradle-wrapper.properties +5 -5
- package/gradlew +183 -183
- package/gradlew.bat +100 -100
- package/index.html +21 -21
- package/package.json +1 -1
- package/src/App.vue +25 -25
- package/src/Util.js +415 -415
- package/src/assets//346/215/242/350/241/250/347/273/264/344/277/256.png +0 -0
- package/src/assets//351/200/232/347/224/250/350/203/214/346/231/257/345/233/276.png +0 -0
- package/src/components/AloneLoadParams.vue +26 -26
- package/src/components/AlreadyService.vue +193 -193
- package/src/components/AttendManage.vue +534 -534
- package/src/components/LoadAppdata.vue +38 -38
- package/src/components/LoginApp.vue +732 -732
- package/src/components/LoginAppNew.vue +587 -587
- package/src/components/LoginAppV4.vue +716 -716
- package/src/components/ModifyPassWord.vue +216 -216
- package/src/components/NavBottom.vue +117 -117
- package/src/components/NavBottomV.vue +141 -141
- package/src/components/NavBottomVVV.vue +185 -185
- package/src/components/OnlineManage.vue +256 -256
- package/src/components/PhoneAllInfo.vue +68 -68
- package/src/components/PhoneChangemeterInfo.vue +116 -116
- package/src/components/PhoneImageInfo.vue +102 -102
- package/src/components/PhoneInfoTable.vue +39 -39
- package/src/components/PhoneMeterInfo.vue +132 -132
- package/src/components/PhoneRepairInfo.vue +146 -146
- package/src/components/PhoneSafeInfo.vue +101 -101
- package/src/components/PhoneSellInfo.vue +148 -148
- package/src/components/PhoneSellInfoLite.vue +112 -112
- package/src/components/PhoneUser.vue +202 -202
- package/src/components/PhoneUserDetil.vue +70 -70
- package/src/components/PhoneUserFind.vue +138 -138
- package/src/components/RightTree.vue +217 -217
- package/src/components/SystemSetUp.vue +332 -332
- package/src/components/TabBarPhone.vue +81 -81
- package/src/components/Test.vue +14 -14
- package/src/components/ToolsPage.vue +199 -199
- package/src/components/UploadManage.vue +194 -194
- package/src/components/gaomi/NavBottomV.vue +223 -223
- package/src/components/gaomi/NavBottomVVVV.vue +210 -210
- package/src/components/gaomi/Scroller.vue +63 -63
- package/src/components/gaomi/SystemSetUp.vue +186 -186
- package/src/components/gaomi/ToolsPage.vue +168 -168
- package/src/components/idea/feedBack.vue +150 -150
- package/src/components/idea/feedbackAdd.vue +366 -366
- package/src/components/info/ConfigInfo.vue +122 -122
- package/src/components/info/FindUserInfo.vue +157 -157
- package/src/components/info/InfoTable.vue +37 -37
- package/src/components/iot/InstructMessage.vue +313 -313
- package/src/components/iot/IotBaseInfo.vue +97 -97
- package/src/components/iot/IotMeterInfo.vue +77 -77
- package/src/components/iot/iotMonitoringMain.vue +501 -501
- package/src/components/online/ApplyOnline.vue +581 -581
- package/src/components/online/BJZhongRan/ApplyOnline.vue +600 -600
- package/src/components/screen/ChargeContentPage.vue +656 -656
- package/src/components/screen/ContentPage.vue +611 -611
- package/src/components/screen/GongdanContentPage.vue +149 -149
- package/src/components/screen/ListCountItem.vue +93 -93
- package/src/components/screen/ModuleTitle.vue +48 -48
- package/src/components/screen/SafeOrderContentPage.vue +440 -440
- package/src/components/screen/SecurityCheckItem.vue +50 -50
- package/src/components/screen/TotalItem.vue +76 -76
- package/src/components/screen/TotalUserNumber.vue +77 -77
- package/src/components/screen/WorkOrderItem.vue +51 -51
- package/src/components/screen/WorkOrderRightDownItem.vue +103 -103
- package/src/components/screen/WorkOrderRightItem.vue +115 -115
- package/src/components/userinfo/paymentQuery.vue +189 -189
- package/src/components/userinfo/queryFile.vue +190 -190
- package/src/components/wasm.vue +18 -18
- package/src/expandcssAndroid.less +521 -521
- package/src/filiale/yulinyuchuan/AlreadyService.vue +194 -194
- package/src/filiale/yulinyuchuan/AttendManage.vue +537 -537
- package/src/filiale/yulinyuchuan/LoginApp.vue +741 -741
- package/src/filiale/yulinyuchuan/OnlineManage.vue +256 -256
- package/src/filiale/yulinyuchuan/SystemSetUp.vue +332 -332
- package/src/filiale/yulinyuchuan/UploadManage.vue +195 -195
- package/src/filiale/yulinyuchuan/systemphonegrid.js +9 -9
- package/src/filiale/yulinyuchuanTY/AlreadyService.vue +194 -0
- package/src/filiale/yulinyuchuanTY/AttendManage.vue +537 -0
- package/src/filiale/yulinyuchuanTY/LoginApp.vue +741 -0
- package/src/filiale/yulinyuchuanTY/OnlineManage.vue +256 -0
- package/src/filiale/yulinyuchuanTY/SystemSetUp.vue +332 -0
- package/src/filiale/yulinyuchuanTY/UploadManage.vue +195 -0
- package/src/filiale/yulinyuchuanTY/systemphonegrid.js +9 -0
- package/src/index.js +9 -9
- package/src/main.js +38 -38
- package/src/plugins/const.js +404 -404
- package/src/plugins/vue-py.js +37 -37
- package/src/stores/AppData.js +79 -79
- package/src/systemphone-gaomi.js +105 -105
- package/src/systemphone.js +60 -60
- package/src/systemphonegrid.js +185 -185
- package/src/util/LdapHelper.js +75 -75
- package/static/const.js +404 -404
- package/static/layui/font/iconfont.svg +554 -554
- package/static/vue-py.js +37 -37
- package/static/wasm_exec.js +465 -465
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="security-check-base">
|
|
3
|
-
<div class="circle"></div>
|
|
4
|
-
<div class="content-text">{{content.text}}</div>
|
|
5
|
-
<div class="content-number">{{content.number}}</div>
|
|
6
|
-
</div>
|
|
7
|
-
</template>
|
|
8
|
-
|
|
9
|
-
<script>
|
|
10
|
-
export default {
|
|
11
|
-
title: "SecurityCheckItem",
|
|
12
|
-
props:{
|
|
13
|
-
content:{
|
|
14
|
-
type:Object,
|
|
15
|
-
default:{
|
|
16
|
-
text:'正常入户',
|
|
17
|
-
number:3000
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
</script>
|
|
23
|
-
|
|
24
|
-
<style lang="less" scoped>
|
|
25
|
-
.security-check-base{
|
|
26
|
-
width: 100%;
|
|
27
|
-
height: 100%;
|
|
28
|
-
display: flex;
|
|
29
|
-
flex-direction: row;
|
|
30
|
-
justify-content: space-between;
|
|
31
|
-
align-items: center;
|
|
32
|
-
font-size: vw(14);
|
|
33
|
-
.circle{
|
|
34
|
-
width: 4.5%;
|
|
35
|
-
height: 30%;
|
|
36
|
-
border-radius: 50%;
|
|
37
|
-
border:1px solid #43f5ff;
|
|
38
|
-
}
|
|
39
|
-
.content-text{
|
|
40
|
-
width: 70%;
|
|
41
|
-
height: 100%;
|
|
42
|
-
}
|
|
43
|
-
.content-number{
|
|
44
|
-
font-size: vw(16);
|
|
45
|
-
color: #01D6ED;
|
|
46
|
-
width: 45%;
|
|
47
|
-
height: 100%;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="security-check-base">
|
|
3
|
+
<div class="circle"></div>
|
|
4
|
+
<div class="content-text">{{content.text}}</div>
|
|
5
|
+
<div class="content-number">{{content.number}}</div>
|
|
6
|
+
</div>
|
|
7
|
+
</template>
|
|
8
|
+
|
|
9
|
+
<script>
|
|
10
|
+
export default {
|
|
11
|
+
title: "SecurityCheckItem",
|
|
12
|
+
props:{
|
|
13
|
+
content:{
|
|
14
|
+
type:Object,
|
|
15
|
+
default:{
|
|
16
|
+
text:'正常入户',
|
|
17
|
+
number:3000
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
</script>
|
|
23
|
+
|
|
24
|
+
<style lang="less" scoped>
|
|
25
|
+
.security-check-base{
|
|
26
|
+
width: 100%;
|
|
27
|
+
height: 100%;
|
|
28
|
+
display: flex;
|
|
29
|
+
flex-direction: row;
|
|
30
|
+
justify-content: space-between;
|
|
31
|
+
align-items: center;
|
|
32
|
+
font-size: vw(14);
|
|
33
|
+
.circle{
|
|
34
|
+
width: 4.5%;
|
|
35
|
+
height: 30%;
|
|
36
|
+
border-radius: 50%;
|
|
37
|
+
border:1px solid #43f5ff;
|
|
38
|
+
}
|
|
39
|
+
.content-text{
|
|
40
|
+
width: 70%;
|
|
41
|
+
height: 100%;
|
|
42
|
+
}
|
|
43
|
+
.content-number{
|
|
44
|
+
font-size: vw(16);
|
|
45
|
+
color: #01D6ED;
|
|
46
|
+
width: 45%;
|
|
47
|
+
height: 100%;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
</style>
|
|
@@ -1,76 +1,76 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="total-base">
|
|
3
|
-
<div class="total-icon" :style="{'background':'url('+ chargeTotalIcon +') no-repeat','background-size':'70% 100%'}"></div>
|
|
4
|
-
<div class="total-content">
|
|
5
|
-
<div class="number" :style="{'color': numberColor}">{{number}}</div>
|
|
6
|
-
<div class="text" :style="{'color': textColor}">{{text}}</div>
|
|
7
|
-
</div>
|
|
8
|
-
</div>
|
|
9
|
-
</template>
|
|
10
|
-
|
|
11
|
-
<script>
|
|
12
|
-
export default {
|
|
13
|
-
title: "TotalItem",
|
|
14
|
-
props:{
|
|
15
|
-
chargeTotalIcon:{
|
|
16
|
-
default: require('src/assets/images/用户1.png')
|
|
17
|
-
},
|
|
18
|
-
numberColor:{
|
|
19
|
-
type:String,
|
|
20
|
-
default: '#00F9FD'
|
|
21
|
-
},
|
|
22
|
-
textColor:{
|
|
23
|
-
type:String,
|
|
24
|
-
default: 'rgba(255, 255, 255, 0.7)'
|
|
25
|
-
},
|
|
26
|
-
number:{
|
|
27
|
-
type:Number,
|
|
28
|
-
default: 1245137
|
|
29
|
-
},
|
|
30
|
-
text:{
|
|
31
|
-
type:String,
|
|
32
|
-
default:'今日售气量'
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
data(){
|
|
36
|
-
return {
|
|
37
|
-
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
</script>
|
|
42
|
-
|
|
43
|
-
<style lang="less" scoped>
|
|
44
|
-
.total-base{
|
|
45
|
-
width: 100%;
|
|
46
|
-
height: 100%;
|
|
47
|
-
display: flex;
|
|
48
|
-
flex-direction: row;
|
|
49
|
-
justify-content: space-between;
|
|
50
|
-
.total-icon{
|
|
51
|
-
height: 100%;
|
|
52
|
-
width: 28%;
|
|
53
|
-
background: #ff8198;
|
|
54
|
-
}
|
|
55
|
-
.total-content{
|
|
56
|
-
height: 100%;
|
|
57
|
-
width: 65%;
|
|
58
|
-
|
|
59
|
-
display: flex;
|
|
60
|
-
flex-direction: column;
|
|
61
|
-
align-items: center;
|
|
62
|
-
justify-content: space-around;
|
|
63
|
-
text-align: left;
|
|
64
|
-
.number{
|
|
65
|
-
font-size: 10vw;
|
|
66
|
-
width: 100%;
|
|
67
|
-
height: 65%;
|
|
68
|
-
}
|
|
69
|
-
.text{
|
|
70
|
-
font-size: vw(16);
|
|
71
|
-
width: 100%;
|
|
72
|
-
height: 30%;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="total-base">
|
|
3
|
+
<div class="total-icon" :style="{'background':'url('+ chargeTotalIcon +') no-repeat','background-size':'70% 100%'}"></div>
|
|
4
|
+
<div class="total-content">
|
|
5
|
+
<div class="number" :style="{'color': numberColor}">{{number}}</div>
|
|
6
|
+
<div class="text" :style="{'color': textColor}">{{text}}</div>
|
|
7
|
+
</div>
|
|
8
|
+
</div>
|
|
9
|
+
</template>
|
|
10
|
+
|
|
11
|
+
<script>
|
|
12
|
+
export default {
|
|
13
|
+
title: "TotalItem",
|
|
14
|
+
props:{
|
|
15
|
+
chargeTotalIcon:{
|
|
16
|
+
default: require('src/assets/images/用户1.png')
|
|
17
|
+
},
|
|
18
|
+
numberColor:{
|
|
19
|
+
type:String,
|
|
20
|
+
default: '#00F9FD'
|
|
21
|
+
},
|
|
22
|
+
textColor:{
|
|
23
|
+
type:String,
|
|
24
|
+
default: 'rgba(255, 255, 255, 0.7)'
|
|
25
|
+
},
|
|
26
|
+
number:{
|
|
27
|
+
type:Number,
|
|
28
|
+
default: 1245137
|
|
29
|
+
},
|
|
30
|
+
text:{
|
|
31
|
+
type:String,
|
|
32
|
+
default:'今日售气量'
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
data(){
|
|
36
|
+
return {
|
|
37
|
+
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
</script>
|
|
42
|
+
|
|
43
|
+
<style lang="less" scoped>
|
|
44
|
+
.total-base{
|
|
45
|
+
width: 100%;
|
|
46
|
+
height: 100%;
|
|
47
|
+
display: flex;
|
|
48
|
+
flex-direction: row;
|
|
49
|
+
justify-content: space-between;
|
|
50
|
+
.total-icon{
|
|
51
|
+
height: 100%;
|
|
52
|
+
width: 28%;
|
|
53
|
+
background: #ff8198;
|
|
54
|
+
}
|
|
55
|
+
.total-content{
|
|
56
|
+
height: 100%;
|
|
57
|
+
width: 65%;
|
|
58
|
+
|
|
59
|
+
display: flex;
|
|
60
|
+
flex-direction: column;
|
|
61
|
+
align-items: center;
|
|
62
|
+
justify-content: space-around;
|
|
63
|
+
text-align: left;
|
|
64
|
+
.number{
|
|
65
|
+
font-size: 10vw;
|
|
66
|
+
width: 100%;
|
|
67
|
+
height: 65%;
|
|
68
|
+
}
|
|
69
|
+
.text{
|
|
70
|
+
font-size: vw(16);
|
|
71
|
+
width: 100%;
|
|
72
|
+
height: 30%;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
</style>
|
|
@@ -1,77 +1,77 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="total-base">
|
|
3
|
-
<div class="total-icon">
|
|
4
|
-
<div class="icon" :style="{'background':'url('+ userTotalIcon +') no-repeat','background-size':'100% 100%'}"></div>
|
|
5
|
-
</div>
|
|
6
|
-
<div class="total-content">
|
|
7
|
-
<div class="content-text">{{totalData.title}}</div>
|
|
8
|
-
<div class="content-number">{{totalData.number}}</div>
|
|
9
|
-
</div>
|
|
10
|
-
</div>
|
|
11
|
-
</template>
|
|
12
|
-
|
|
13
|
-
<script>
|
|
14
|
-
export default {
|
|
15
|
-
title: "TotalUserNumbert",
|
|
16
|
-
props:{
|
|
17
|
-
totalData:{
|
|
18
|
-
type:Object,
|
|
19
|
-
default:{
|
|
20
|
-
title:'居民用户',
|
|
21
|
-
number:65412
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
userTotalIcon:{
|
|
25
|
-
default: require('../../assets/images/居民用户.png')
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
</script>
|
|
30
|
-
|
|
31
|
-
<style lang="less" scoped>
|
|
32
|
-
.total-base{
|
|
33
|
-
width: 100%;
|
|
34
|
-
height: 100%;
|
|
35
|
-
display: flex;
|
|
36
|
-
flex-direction: row;
|
|
37
|
-
align-items: center;
|
|
38
|
-
.total-icon{
|
|
39
|
-
margin-left: 2%;
|
|
40
|
-
width:10%;
|
|
41
|
-
height: 100%;
|
|
42
|
-
background: #182281;
|
|
43
|
-
display: flex;
|
|
44
|
-
flex-direction: row;
|
|
45
|
-
justify-content: center;
|
|
46
|
-
align-items: center;
|
|
47
|
-
.icon{
|
|
48
|
-
width: 60%;
|
|
49
|
-
height: 60%;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
.total-content{
|
|
53
|
-
margin-left: 1%;
|
|
54
|
-
width: 80%;
|
|
55
|
-
height: 100%;
|
|
56
|
-
background-image: linear-gradient(to right, rgb(20,31,128), rgba(0,65,146,0));
|
|
57
|
-
display: flex;
|
|
58
|
-
flex-direction: row;
|
|
59
|
-
justify-content: space-around;
|
|
60
|
-
align-items: center;
|
|
61
|
-
font-size: vw(21);
|
|
62
|
-
.content-text{
|
|
63
|
-
width: 50%;
|
|
64
|
-
height: 60%;
|
|
65
|
-
font-size: 6vw;
|
|
66
|
-
color: #fff;
|
|
67
|
-
}
|
|
68
|
-
.content-number{
|
|
69
|
-
width: 40%;
|
|
70
|
-
height: 60%;
|
|
71
|
-
color: #00FFE5;
|
|
72
|
-
font-size: 6vw;
|
|
73
|
-
position: relative;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="total-base">
|
|
3
|
+
<div class="total-icon">
|
|
4
|
+
<div class="icon" :style="{'background':'url('+ userTotalIcon +') no-repeat','background-size':'100% 100%'}"></div>
|
|
5
|
+
</div>
|
|
6
|
+
<div class="total-content">
|
|
7
|
+
<div class="content-text">{{totalData.title}}</div>
|
|
8
|
+
<div class="content-number">{{totalData.number}}</div>
|
|
9
|
+
</div>
|
|
10
|
+
</div>
|
|
11
|
+
</template>
|
|
12
|
+
|
|
13
|
+
<script>
|
|
14
|
+
export default {
|
|
15
|
+
title: "TotalUserNumbert",
|
|
16
|
+
props:{
|
|
17
|
+
totalData:{
|
|
18
|
+
type:Object,
|
|
19
|
+
default:{
|
|
20
|
+
title:'居民用户',
|
|
21
|
+
number:65412
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
userTotalIcon:{
|
|
25
|
+
default: require('../../assets/images/居民用户.png')
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
</script>
|
|
30
|
+
|
|
31
|
+
<style lang="less" scoped>
|
|
32
|
+
.total-base{
|
|
33
|
+
width: 100%;
|
|
34
|
+
height: 100%;
|
|
35
|
+
display: flex;
|
|
36
|
+
flex-direction: row;
|
|
37
|
+
align-items: center;
|
|
38
|
+
.total-icon{
|
|
39
|
+
margin-left: 2%;
|
|
40
|
+
width:10%;
|
|
41
|
+
height: 100%;
|
|
42
|
+
background: #182281;
|
|
43
|
+
display: flex;
|
|
44
|
+
flex-direction: row;
|
|
45
|
+
justify-content: center;
|
|
46
|
+
align-items: center;
|
|
47
|
+
.icon{
|
|
48
|
+
width: 60%;
|
|
49
|
+
height: 60%;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
.total-content{
|
|
53
|
+
margin-left: 1%;
|
|
54
|
+
width: 80%;
|
|
55
|
+
height: 100%;
|
|
56
|
+
background-image: linear-gradient(to right, rgb(20,31,128), rgba(0,65,146,0));
|
|
57
|
+
display: flex;
|
|
58
|
+
flex-direction: row;
|
|
59
|
+
justify-content: space-around;
|
|
60
|
+
align-items: center;
|
|
61
|
+
font-size: vw(21);
|
|
62
|
+
.content-text{
|
|
63
|
+
width: 50%;
|
|
64
|
+
height: 60%;
|
|
65
|
+
font-size: 6vw;
|
|
66
|
+
color: #fff;
|
|
67
|
+
}
|
|
68
|
+
.content-number{
|
|
69
|
+
width: 40%;
|
|
70
|
+
height: 60%;
|
|
71
|
+
color: #00FFE5;
|
|
72
|
+
font-size: 6vw;
|
|
73
|
+
position: relative;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
</style>
|
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="order-item-base" :style="{'background':'url('+ workOderIcon +') no-repeat','background-size':'100% 100%'}">
|
|
3
|
-
<div class="item-number" :style="{'color': color}">{{workOrder.number}}</div>
|
|
4
|
-
<div class="item-name">{{workOrder.name}}</div>
|
|
5
|
-
</div>
|
|
6
|
-
</template>
|
|
7
|
-
|
|
8
|
-
<script>
|
|
9
|
-
export default {
|
|
10
|
-
title: "WorkOrderItem",
|
|
11
|
-
props:{
|
|
12
|
-
workOrder:{
|
|
13
|
-
type:Object,
|
|
14
|
-
default:{
|
|
15
|
-
name:'工单量',
|
|
16
|
-
number:8740
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
color:{
|
|
20
|
-
type: String,
|
|
21
|
-
default: '#fffb44'
|
|
22
|
-
},
|
|
23
|
-
workOderIcon:{
|
|
24
|
-
default: require('src/assets/images/客服工单量.png')
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
</script>
|
|
29
|
-
|
|
30
|
-
<style lang="less" scoped>
|
|
31
|
-
.order-item-base{
|
|
32
|
-
font-size: vw(14);
|
|
33
|
-
width: 100%;
|
|
34
|
-
height: 100%;
|
|
35
|
-
display: flex;
|
|
36
|
-
flex-direction: row-reverse;
|
|
37
|
-
justify-content: end;
|
|
38
|
-
align-items: center;
|
|
39
|
-
.item-name{
|
|
40
|
-
width: 40%;
|
|
41
|
-
height: 60%;
|
|
42
|
-
color: #fff;
|
|
43
|
-
}
|
|
44
|
-
.item-number{
|
|
45
|
-
text-align: right;
|
|
46
|
-
margin-right: 5%;
|
|
47
|
-
width: 38%;
|
|
48
|
-
height: 60%;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="order-item-base" :style="{'background':'url('+ workOderIcon +') no-repeat','background-size':'100% 100%'}">
|
|
3
|
+
<div class="item-number" :style="{'color': color}">{{workOrder.number}}</div>
|
|
4
|
+
<div class="item-name">{{workOrder.name}}</div>
|
|
5
|
+
</div>
|
|
6
|
+
</template>
|
|
7
|
+
|
|
8
|
+
<script>
|
|
9
|
+
export default {
|
|
10
|
+
title: "WorkOrderItem",
|
|
11
|
+
props:{
|
|
12
|
+
workOrder:{
|
|
13
|
+
type:Object,
|
|
14
|
+
default:{
|
|
15
|
+
name:'工单量',
|
|
16
|
+
number:8740
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
color:{
|
|
20
|
+
type: String,
|
|
21
|
+
default: '#fffb44'
|
|
22
|
+
},
|
|
23
|
+
workOderIcon:{
|
|
24
|
+
default: require('src/assets/images/客服工单量.png')
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
</script>
|
|
29
|
+
|
|
30
|
+
<style lang="less" scoped>
|
|
31
|
+
.order-item-base{
|
|
32
|
+
font-size: vw(14);
|
|
33
|
+
width: 100%;
|
|
34
|
+
height: 100%;
|
|
35
|
+
display: flex;
|
|
36
|
+
flex-direction: row-reverse;
|
|
37
|
+
justify-content: end;
|
|
38
|
+
align-items: center;
|
|
39
|
+
.item-name{
|
|
40
|
+
width: 40%;
|
|
41
|
+
height: 60%;
|
|
42
|
+
color: #fff;
|
|
43
|
+
}
|
|
44
|
+
.item-number{
|
|
45
|
+
text-align: right;
|
|
46
|
+
margin-right: 5%;
|
|
47
|
+
width: 38%;
|
|
48
|
+
height: 60%;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
</style>
|