This commit is contained in:
蔡玲
2024-12-25 16:24:04 +08:00
parent ed432663c8
commit b02e3fc86a
2 changed files with 5 additions and 3 deletions

View File

@@ -25,7 +25,8 @@
<th class="td_3">母卷号</th>
<th>机台编号</th>
<th>是否烘烤</th>
<th>烘烤时间/</th>
<th>烘烤时间/小时</th>
<th>质检时间</th>
<th>大小卷</th>
<th>烘烤温度</th>
<th>所在位置</th>
@@ -38,6 +39,7 @@
<td>{{e.resource_name}}</td>
<td>{{['否', '是'][Number(e.is_baking)]}}</td>
<td>{{e.baking_time}}</td>
<td>{{e.update_time}}</td>
<td>{{['大卷', '小卷'][Number(e.is_baking) - 1]}}</td>
<td>{{e.baking_temperature}}</td>
<td>{{e.zc_point}}</td>