点位管理
This commit is contained in:
@@ -5,28 +5,29 @@
|
|||||||
<div class="left_fixed">
|
<div class="left_fixed">
|
||||||
<table class="layout-t left_layout_t">
|
<table class="layout-t left_layout_t">
|
||||||
<tr>
|
<tr>
|
||||||
<th>载具号</th>
|
<th>区域</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr v-for="(e, i) in dataList" :key="i">
|
<tr v-for="(e, i) in dataList" :key="i">
|
||||||
<td>{{e.vehicle_code}}</td>
|
<td>{{e.region_name}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="slide">
|
<div class="slide">
|
||||||
<table class="layout-t">
|
<table class="layout-t">
|
||||||
<tr>
|
<tr>
|
||||||
<th>载具类型</th>
|
|
||||||
<th>区域</th>
|
|
||||||
<th>点位</th>
|
<th>点位</th>
|
||||||
<th>物料名称</th>
|
|
||||||
<th>点位状态</th>
|
<th>点位状态</th>
|
||||||
|
<th>载具号</th>
|
||||||
|
<th>载具类型</th>
|
||||||
|
<th>物料名称</th>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr v-for="(e, i) in dataList" :key="i">
|
<tr v-for="(e, i) in dataList" :key="i">
|
||||||
<td>{{e.vehicle_type}}</td>
|
|
||||||
<td>{{e.region_name}}</td>
|
|
||||||
<td>{{e.point_name}}</td>
|
<td>{{e.point_name}}</td>
|
||||||
<td>{{e.material_name}}</td>
|
|
||||||
<td>{{e.point_status}}</td>
|
<td>{{e.point_status}}</td>
|
||||||
|
<td>{{e.vehicle_code}}</td>
|
||||||
|
<td>{{e.vehicle_type}}</td>
|
||||||
|
<td>{{e.material_name}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user