feat: 混料显示完整物料名称

This commit is contained in:
caoqianming 2024-01-20 22:29:52 +08:00
parent a85dca660f
commit f1a65e94d0
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
</el-table-column>
<el-table-column label="产物" prop="material" show-overflow-tooltip>
<template #default="scope"><span v-if="scope.row.material_out_">{{
scope.row.material_out_.name
scope.row.material_out_.full_name
}}</span>
</template>
</el-table-column>
@ -65,7 +65,7 @@
</el-table-column>
<el-table-column label="产物" prop="material" show-overflow-tooltip>
<template #default="scope"><span v-if="scope.row.material_">{{
scope.row.material_.name
scope.row.material_.full_name
}}</span>
</template>
</el-table-column>