fix: 展示组合件信息的bug

This commit is contained in:
caoqianming 2024-04-25 00:11:33 +08:00
parent 838e71ad98
commit 3f331eec9f
1 changed files with 3 additions and 3 deletions

View File

@ -96,15 +96,15 @@
:key="item.id"
>
<div>
{{ scope.row.material_name }}
{{ item.material_name }}
<span
style="color: gray; font-size: 12px"
>:</span
>{{ scope.row.batch }}
>{{ item.batch }}
<span
style="color: gray; font-size: 12px"
>:</span
>{{ scope.row.rate }}
>{{ item.rate }}
</div>
</div>
</div>