增加字段

This commit is contained in:
2026-06-25 11:10:36 +08:00
parent a3cd8f1277
commit 5adbbb8deb
3 changed files with 36 additions and 21 deletions

View File

@@ -22,6 +22,7 @@
<th>物料编码</th>
<th>物料名称</th>
<th>物料规格</th>
<th>是否压容</th>
<th>型号</th>
<th>有效期()</th>
<th>执行标准</th>
@@ -32,6 +33,7 @@
<td>{{e.material_code}}</td>
<td>{{e.material_name}}</td>
<td>{{e.material_spec}}</td>
<td>{{e.material_type ? ['压容', '非压容'][Number(e.material_type)] : ''}}</td>
<td>{{e.material_model}}</td>
<td>{{e.quality_time}}</td>
<td>{{e.execution_stand}}</td>