加功能

This commit is contained in:
2025-09-25 17:39:07 +08:00
parent 80bd41cd5c
commit b557002498
8 changed files with 39 additions and 18 deletions

View File

@@ -15,8 +15,9 @@
<thead>
<tr>
<th>{{$t('label.MaterialName')}}</th>
<th><view style="width: 300rpx;">{{$t('MaterialSpecification')}}</view></th>
<th>{{$t('MaterialCode')}}</th>
<th><view style="width: 300rpx;">{{$t('label.MaterialSpecification')}}</view></th>
<th>{{$t('label.MaterialCode')}}</th>
<th>{{$t('label.Unitmeasurement')}}</th>
</tr>
</thead>
<tbody>
@@ -24,6 +25,7 @@
<td>{{e.material_name}}</td>
<td class="wrap">{{e.material_spec}}</td>
<td>{{e.material_code}}</td>
<td>{{e.base_unit_name}}</td>
</tr>
</tbody>
</table>