This commit is contained in:
2023-04-20 09:35:51 +08:00
parent 34e511ac7f
commit a8d35cb259
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
</thead>
<tbody>
<tr v-for="(e, i) in dataList" :key="i">
<td style="text-decoration: underline;" @tap="toXq(el.package_box_sn)">{{e.package_box_sn}}</td>
<td style="text-decoration: underline;" @tap="toXq(e.package_box_sn)">{{e.package_box_sn}}</td>
<td>{{e.point_code}}</td>
<td>{{e.point_name}}</td>
<td>{{e.box_weight}}</td>