加功能
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user