This commit is contained in:
2026-03-12 13:49:00 +08:00
parent 847cd05d54
commit 566ac88c89
8 changed files with 339 additions and 6 deletions

View File

@@ -8,7 +8,6 @@
<table>
<thead>
<tr>
<th>序号</th>
<th>点位编码</th>
<th>点位名称</th>
<th>物料编码</th>
@@ -18,7 +17,6 @@
</thead>
<tbody>
<tr v-for="(e, i) in dataList" :key="i">
<td>{{i+1}}</td>
<td>{{e.point_code}}</td>
<td>{{e.point_name}}</td>
<td>{{e.material_code}}</td>