全局样式

This commit is contained in:
2024-03-25 10:12:56 +08:00
parent 0fc183df8c
commit c8d62ffb1f
19 changed files with 147 additions and 82 deletions

View File

@@ -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>