no message
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr v-for="(e, i) in dataList" :key="i" :class="{'checked': e.material_id === pkId}" @tap="toCheck(e)">
|
<tr v-for="(e, i) in dataList" :key="i" :class="{'checked': e.material_id === pkId}" @tap="toCheck(e)">
|
||||||
<td>{{e.create_time}}</td>
|
<td>{{e.task_time}}</td>
|
||||||
<td>{{e.vehicle_code}}</td>
|
<td>{{e.vehicle_code}}</td>
|
||||||
<td>{{e.point_code1}}</td>
|
<td>{{e.point_code1}}</td>
|
||||||
<td>{{e.point_code2}}</td>
|
<td>{{e.point_code2}}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user