102
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user