fix: 展示组合件信息的bug
This commit is contained in:
parent
838e71ad98
commit
3f331eec9f
|
@ -96,15 +96,15 @@
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
{{ scope.row.material_name }}
|
{{ item.material_name }}
|
||||||
<span
|
<span
|
||||||
style="color: gray; font-size: 12px"
|
style="color: gray; font-size: 12px"
|
||||||
>批:</span
|
>批:</span
|
||||||
>{{ scope.row.batch }}
|
>{{ item.batch }}
|
||||||
<span
|
<span
|
||||||
style="color: gray; font-size: 12px"
|
style="color: gray; font-size: 12px"
|
||||||
>比:</span
|
>比:</span
|
||||||
>{{ scope.row.rate }}
|
>{{ item.rate }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue