rgv状态

This commit is contained in:
2023-06-27 15:26:52 +08:00
parent cbd4108fca
commit 9b9d5eb172

View File

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