|
|
|
@ -38,39 +38,30 @@ |
|
|
|
<view class="flex-row section_4" v-show="curTab == 1"> |
|
|
|
<view class="flex-col group_11"> |
|
|
|
<view class="flex-row group_12"> |
|
|
|
<image |
|
|
|
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/611dd17441a9be0011f45822/620ccb0962a7d90011fe5c8f/16510517429533841051.png" |
|
|
|
class="image_6" |
|
|
|
/> |
|
|
|
<image src="/static/imgs/factory/electric-box-icon.png" class="image_6" /> |
|
|
|
<text class="text_16">当月产能(件)</text> |
|
|
|
</view> |
|
|
|
<text class="text_17">{{ info.monthCapacity }}</text> |
|
|
|
<text class="text_18">今日:{{ info.todayCapacity }}</text> |
|
|
|
<text class="text_19">昨日:{{ info.yesterdayCapacity }}</text> |
|
|
|
<text class="text_20">累计:{{ info.totalCapacity }}</text> |
|
|
|
<text class="text_18">昨日:{{ info.yesterdayCapacity }}</text> |
|
|
|
<text class="text_18">累计:{{ info.totalCapacity }}</text> |
|
|
|
</view> |
|
|
|
<view class="flex-col group_13"> |
|
|
|
<view class="flex-row group_14"> |
|
|
|
<image |
|
|
|
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/611dd17441a9be0011f45822/620ccb0962a7d90011fe5c8f/16510517429532568250.png" |
|
|
|
class="image_6 image_8" |
|
|
|
/> |
|
|
|
<text class="text_21">当月工作</text> |
|
|
|
<view class="flex-col group_11"> |
|
|
|
<view class="flex-row group_12"> |
|
|
|
<image src="/static/imgs/factory/clock-icon.png" class="image_6" /> |
|
|
|
<text class="text_16">当月工作</text> |
|
|
|
</view> |
|
|
|
<text class="text_22">{{ info.monthWorkHour }} h</text> |
|
|
|
<text class="text_23">今日:{{ info.todayWorkHour }}</text> |
|
|
|
<text class="text_24">昨日:{{ info.yesterdayWorkHour }}</text> |
|
|
|
<text class="text_25">累计:{{ info.totalWorkHour }}</text> |
|
|
|
<text class="text_17">{{ info.monthWorkHour }} h</text> |
|
|
|
<text class="text_18">今日:{{ info.todayWorkHour }}</text> |
|
|
|
<text class="text_18">昨日:{{ info.yesterdayWorkHour }}</text> |
|
|
|
<text class="text_18">累计:{{ info.totalWorkHour }}</text> |
|
|
|
</view> |
|
|
|
<view class="flex-col equal-division-item"> |
|
|
|
<view class="flex-row group_15"> |
|
|
|
<image |
|
|
|
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/611dd17441a9be0011f45822/620ccb0962a7d90011fe5c8f/16510517429530126367.png" |
|
|
|
class="image_6 image_9" |
|
|
|
/> |
|
|
|
<text class="text_26">开机率</text> |
|
|
|
<view class="flex-col group_11"> |
|
|
|
<view class="flex-row group_12"> |
|
|
|
<image src="/static/imgs/factory/calc-icon.png" class="image_6" /> |
|
|
|
<text class="text_16">开机率</text> |
|
|
|
</view> |
|
|
|
<text class="text_27">{{ info.startupRate }}%</text> |
|
|
|
<text class="text_17">{{ info.startupRate }}%</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="flex-col items-center empty-info" v-show="curTab == 2"> |
|
|
|
@ -257,12 +248,15 @@ export default { |
|
|
|
.group_11 { |
|
|
|
margin-top: 30rpx; |
|
|
|
flex: 1 1 auto; |
|
|
|
width: 30%; |
|
|
|
text-align: center; |
|
|
|
.group_12 { |
|
|
|
padding-left: 8rpx; |
|
|
|
color: rgb(136, 136, 136); |
|
|
|
font-size: 24rpx; |
|
|
|
line-height: 33rpx; |
|
|
|
white-space: nowrap; |
|
|
|
justify-content: center; |
|
|
|
.text_16 { |
|
|
|
margin-left: 9rpx; |
|
|
|
} |
|
|
|
@ -283,94 +277,6 @@ export default { |
|
|
|
line-height: 33rpx; |
|
|
|
white-space: nowrap; |
|
|
|
} |
|
|
|
.text_19 { |
|
|
|
margin-top: 5rpx; |
|
|
|
color: rgb(136, 136, 136); |
|
|
|
font-size: 24rpx; |
|
|
|
line-height: 33rpx; |
|
|
|
white-space: nowrap; |
|
|
|
} |
|
|
|
.text_20 { |
|
|
|
margin-top: 5rpx; |
|
|
|
align-self: left; |
|
|
|
color: rgb(136, 136, 136); |
|
|
|
font-size: 24rpx; |
|
|
|
line-height: 33rpx; |
|
|
|
white-space: nowrap; |
|
|
|
} |
|
|
|
} |
|
|
|
.group_13 { |
|
|
|
margin-left: 40rpx; |
|
|
|
margin-top: 30rpx; |
|
|
|
.group_14 { |
|
|
|
padding-left: 28rpx; |
|
|
|
color: rgb(136, 136, 136); |
|
|
|
font-size: 24rpx; |
|
|
|
line-height: 33rpx; |
|
|
|
white-space: nowrap; |
|
|
|
.image_8 { |
|
|
|
margin-bottom: 2rpx; |
|
|
|
} |
|
|
|
.text_21 { |
|
|
|
margin-left: 8rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
.text_22 { |
|
|
|
margin-top: 12rpx; |
|
|
|
align-self: center; |
|
|
|
color: rgb(51, 51, 51); |
|
|
|
font-size: 28rpx; |
|
|
|
font-weight: 500; |
|
|
|
line-height: 40rpx; |
|
|
|
white-space: nowrap; |
|
|
|
} |
|
|
|
.text_23 { |
|
|
|
margin-top: 6rpx; |
|
|
|
color: rgb(136, 136, 136); |
|
|
|
font-size: 24rpx; |
|
|
|
line-height: 33rpx; |
|
|
|
white-space: nowrap; |
|
|
|
} |
|
|
|
.text_24 { |
|
|
|
margin-top: 5rpx; |
|
|
|
color: rgb(136, 136, 136); |
|
|
|
font-size: 24rpx; |
|
|
|
line-height: 33rpx; |
|
|
|
white-space: nowrap; |
|
|
|
} |
|
|
|
.text_25 { |
|
|
|
margin-top: 5rpx; |
|
|
|
color: rgb(136, 136, 136); |
|
|
|
font-size: 24rpx; |
|
|
|
line-height: 33rpx; |
|
|
|
white-space: nowrap; |
|
|
|
} |
|
|
|
} |
|
|
|
.equal-division-item { |
|
|
|
margin-left: 30rpx; |
|
|
|
padding: 29rpx 25rpx 67rpx 25rpx; |
|
|
|
.group_15 { |
|
|
|
color: rgb(136, 136, 136); |
|
|
|
font-size: 24rpx; |
|
|
|
line-height: 33rpx; |
|
|
|
white-space: nowrap; |
|
|
|
.image_9 { |
|
|
|
margin-left: 75rpx; |
|
|
|
} |
|
|
|
.text_26 { |
|
|
|
margin-left: 8rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
.text_27 { |
|
|
|
margin-right: 23rpx; |
|
|
|
margin-top: 12rpx; |
|
|
|
align-self: flex-end; |
|
|
|
color: rgb(51, 51, 51); |
|
|
|
font-size: 28rpx; |
|
|
|
font-weight: 500; |
|
|
|
line-height: 40rpx; |
|
|
|
white-space: nowrap; |
|
|
|
} |
|
|
|
} |
|
|
|
.image_6 { |
|
|
|
width: 28rpx; |
|
|
|
|