change
This commit is contained in:
@@ -54,8 +54,6 @@
|
||||
<th>物料名称</th>
|
||||
<th>批号</th>
|
||||
<th>类别</th>
|
||||
<th>规格</th>
|
||||
<th>型号</th>
|
||||
<th>目的点位</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -69,8 +67,6 @@
|
||||
<td>{{e.material_name}}</td>
|
||||
<td>{{e.pcsn}}</td>
|
||||
<td>{{e.class_name}}</td>
|
||||
<td>{{e.material_spec}}</td>
|
||||
<td>{{e.material_model}}</td>
|
||||
<td><input type="text" class="sin_input" v-model="e.station"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user