e
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr v-for="(e, i) in dataList" :key="i">
|
<tr v-for="(e, i) in dataList" :key="i">
|
||||||
<td>{{package_box_sn}}</td>
|
<td>{{e.package_box_sn}}</td>
|
||||||
<td>{{e.container_name}}</td>
|
<td>{{e.container_name}}</td>
|
||||||
<td>{{e.product_name}}</td>
|
<td>{{e.product_name}}</td>
|
||||||
<td>{{e.product_description}}</td>
|
<td>{{e.product_description}}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user