rgv状态
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>设备编码</th>
|
<th>设备编码</th>
|
||||||
|
<th>设备名称</th>
|
||||||
<th>X坐标</th>
|
<th>X坐标</th>
|
||||||
<th>Y坐标</th>
|
<th>Y坐标</th>
|
||||||
<th>电量</th>
|
<th>电量</th>
|
||||||
@@ -20,6 +21,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr v-for="(e, i) in dataList" :key="i">
|
<tr v-for="(e, i) in dataList" :key="i">
|
||||||
<td>{{e.device_code}}</td>
|
<td>{{e.device_code}}</td>
|
||||||
|
<td>{{e.device_name}}</td>
|
||||||
<td>{{e.x}}</td>
|
<td>{{e.x}}</td>
|
||||||
<td>{{e.y}}</td>
|
<td>{{e.y}}</td>
|
||||||
<td>{{e.power}}</td>
|
<td>{{e.power}}</td>
|
||||||
@@ -33,6 +35,9 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="submit-bar">
|
||||||
|
<button class="submit-button" @tap="_rgvStatusQuery">查询</button>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -62,6 +67,4 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
.zd_content
|
|
||||||
padding-bottom 0
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user