|
@@ -18,7 +18,7 @@
|
|
|
<text>{{project_info.approach_time}}</text>
|
|
|
</view>
|
|
|
<view class="info-one-info ">
|
|
|
- <text style="width:auto!important">完工日期:</text>
|
|
|
+ <text>完工日期:</text>
|
|
|
<text>{{project_info.complete_time}}</text>
|
|
|
</view>
|
|
|
<view class="info-one-info ">
|
|
@@ -39,7 +39,7 @@
|
|
|
<th style="width:13%">序号</th>
|
|
|
<th style="width:40%">设备名称</th>
|
|
|
<th>规格型号</th>
|
|
|
- <th>数量</th>
|
|
|
+ <th style="width:50px">数量</th>
|
|
|
</tr>
|
|
|
<tr v-for="(item,index) in instal_device_info" :key="index">
|
|
|
<td>{{item.xh}}</td>
|
|
@@ -67,8 +67,8 @@
|
|
|
<tr>
|
|
|
<th style="width:13%">序号</th>
|
|
|
<th style="width:40%">监控子系统</th>
|
|
|
- <th>检测点类型</th>
|
|
|
- <th>数量</th>
|
|
|
+ <th >检测点类型</th>
|
|
|
+ <th style="width:50px">数量</th>
|
|
|
|
|
|
</tr>
|
|
|
<tr v-for="(item,index) in monitor_point_info">
|
|
@@ -91,7 +91,7 @@
|
|
|
<text class="cuIcon-titles margin-right-xs"></text>
|
|
|
统计时段
|
|
|
</view>
|
|
|
- <view class="info-content">
|
|
|
+ <view class="info-content" style="font-size:30rpx">
|
|
|
<view class="info-one-info ">
|
|
|
<text style="width:125px!important">统计起始日期:</text>
|
|
|
<text>{{count_time.startData}}</text>
|