|
|
|
@ -15,12 +15,12 @@ |
|
|
|
<text class="text_7">{{ info.belongWorkshop }}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="flex-row-start-space group_9" style="color: #999999;"> |
|
|
|
<view class="flex-row-start-space group_9" style="color: #999999;font-size: 26rpx;"> |
|
|
|
<text>品牌:{{ info.trademark }}</text> |
|
|
|
<text>供应商:{{ info.supplier }}</text> |
|
|
|
<text>出厂年月:{{ info.producedAt | formatDate }}</text> |
|
|
|
</view> |
|
|
|
<view class="flex-row-start-space group_9" style="color: #999999;margin-top: 6rpx;"> |
|
|
|
<view class="flex-row-start-space group_9" style="color: #999999;margin-top: 6rpx;font-size: 26rpx;"> |
|
|
|
<text>平均产能:{{ info.avgCapacity }}件/小时</text> |
|
|
|
<text>电压/功率:{{ info.voltage }}V/10KW</text> |
|
|
|
</view> |
|
|
|
@ -28,7 +28,7 @@ |
|
|
|
<view class="flex-row-start-space" style="color: #999999;padding: 6rpx 24rpx;font-size: 24rpx;"> |
|
|
|
<text>最近开机:{{ info.latelyBootTime }}</text> |
|
|
|
<view class="flex-row-start-center"> |
|
|
|
<uni-icons type="location" color="#e1e1e1" size="16"></uni-icons> |
|
|
|
<uni-icons type="location" color="#999999" size="16"></uni-icons> |
|
|
|
<text style="padding-top: 4rpx;">{{ info.position }}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -349,7 +349,7 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
.line-tabs { |
|
|
|
margin-top: 20rpx; |
|
|
|
margin-top: 4rpx; |
|
|
|
.section_3 { |
|
|
|
padding-bottom: 3rpx; |
|
|
|
background-color: rgb(255, 255, 255); |
|
|
|
|