no message

This commit is contained in:
蔡玲
2024-11-04 14:18:34 +08:00
parent d52f35b718
commit 21651dc666

View File

@@ -39,6 +39,7 @@
<th>原料编码</th>
<th>物料名称</th>
<th>物料规格</th>
<th>砖型</th>
</tr>
</thead>
<tbody>
@@ -52,6 +53,7 @@
<td>{{e.raw_material_code}}</td>
<td>{{e.material_name}}</td>
<td>{{e.material_spec}}</td>
<td>{{e.material_model}}</td>
</tr>
</tbody>
</table>