|
@@ -257,7 +257,12 @@
|
|
|
通道数<span class="color333" >{{item.channelNum}}</span>
|
|
|
</span>
|
|
|
</view>
|
|
|
- <view style="padding-bottom: 30rpx;">
|
|
|
+ <view style="padding-bottom: 30rpx;">
|
|
|
+ <view class="contentBodyName" >
|
|
|
+
|
|
|
+ {{item.stationName}}
|
|
|
+
|
|
|
+ </view>
|
|
|
<view class="contentBody" v-for="(gun,i) in item.device" :key="i">
|
|
|
|
|
|
<view class="body1">{{gun.deviceName}}</view>
|
|
@@ -314,6 +319,11 @@
|
|
|
</span>
|
|
|
|
|
|
<view style="padding-bottom: 30rpx;">
|
|
|
+ <view class="contentBodyName" >
|
|
|
+
|
|
|
+ {{item.stationName}}
|
|
|
+
|
|
|
+ </view>
|
|
|
<view class="contentBody" v-for="(gun,i) in item.gunList" :key="i">
|
|
|
|
|
|
<view class="body1">
|
|
@@ -1456,6 +1466,9 @@
|
|
|
</style>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
+ .contentBodyName{
|
|
|
+ padding: 0 36rpx 12rpx 36rpx;
|
|
|
+ }
|
|
|
.contentBody{
|
|
|
color: #777777 ;
|
|
|
font-size: 28rpx;
|