This commit is contained in:
2022-12-12 10:45:08 +08:00

View File

@@ -39,6 +39,7 @@
<th>产品编码</th>
<th>理论长度</th>
<th>工单号</th>
<th>剩余时间()</th>
</tr>
</thead>
<tbody>
@@ -51,6 +52,7 @@
<td>{{e.pcsn}}</td>
<td>{{e.product_name}}</td>
<td>{{e.mfg_order_name}}</td>
<td>{{e.remaining_time}}</td>
</tr>
</tbody>
</table>