全局样式
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="fontcol1">木箱号</th>
|
||||
<th class="fontcol2">木箱号</th>
|
||||
<th>点位编码</th>
|
||||
<th>点位名称</th>
|
||||
<th>重量</th>
|
||||
@@ -34,7 +34,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="(e, i) in dataList" :key="i" @tap="_twoPdaIvtbBoxDtlQuery(e.package_box_sn)">
|
||||
<td class="fontcol1">{{e.package_box_sn}}</td>
|
||||
<td class="fontcol2">{{e.package_box_sn}}</td>
|
||||
<td>{{e.point_code}}</td>
|
||||
<td>{{e.point_name}}</td>
|
||||
<td>{{e.box_weight}}</td>
|
||||
|
||||
Reference in New Issue
Block a user