no message

This commit is contained in:
蔡玲
2024-11-08 14:21:52 +08:00
parent 4414007050
commit bf9b4b3ee5

View File

@@ -64,6 +64,7 @@
<th>交期时间</th>
<th>物料数量</th>
<th>工序</th>
<th>优先级</th>
</tr>
</thead>
<tbody>
@@ -72,6 +73,7 @@
<td>{{e.due_date}}</td>
<td>{{e.material_qty}}</td>
<td>{{e.region_code}}</td>
<td>{{e.priority}}</td>
</tr>
</tbody>
</table>