优化,grid换行

This commit is contained in:
蔡玲
2024-12-16 09:23:04 +08:00
parent e924f3a5a7
commit 5bba56bfc5
5 changed files with 37 additions and 24 deletions

View File

@@ -22,7 +22,7 @@
<thead>
<tr>
<th>序号</th>
<th class="th_2">母卷号</th>
<th class="td_3">母卷号</th>
<th>机台编号</th>
<th>是否烘烤</th>
<th>烘烤时间/</th>
@@ -34,7 +34,7 @@
<tbody>
<tr v-for="(e, i) in dataList" :key="i" @click="toCheck(e)" :class="{'checked': e.workorder_id === pkId}">
<td>{{ i + 1 }}</td>
<td class="td_2">{{e.container_name}}</td>
<td class="td_3">{{e.container_name}}</td>
<td>{{e.resource_name}}</td>
<td>{{['否', '是'][Number(e.is_baking)]}}</td>
<td>{{e.baking_time}}</td>