库存g管理

This commit is contained in:
2025-09-08 10:39:41 +08:00
parent 4144492ad3
commit 71d3b615dc

View File

@@ -49,7 +49,7 @@
<tbody>
<tr v-for="(e, i) in dataList" :key="i">
<td @tap="toCheck(e)"><uni-icons :type="e.checked ? 'checkbox' : 'circle'" size="24" color="#4e6ef2"></uni-icons></td>
<td>{{e.point_status}}</td>
<td>{{e.is_used}}</td>
<td>{{e.point_code}}</td>
<td>{{e.material_code}}</td>
<td>{{e.material_name}}</td>