fix:辅料库物料名称只显示name

This commit is contained in:
shijing 2025-09-05 14:52:02 +08:00
parent fa1265f100
commit 519c370cee
1 changed files with 4 additions and 1 deletions

View File

@ -34,7 +34,10 @@
<span v-if="scope.row.material_&&scope.row.material_.number">{{ scope.row.material_.number }}</span>
</template>
</el-table-column>
<el-table-column label="物料名称" prop="material_name">
<el-table-column label="物料名称">
<template #default="scope">
<span v-if="scope.row.material_&&scope.row.material_.name">{{ scope.row.material_.name }}</span>
</template>
</el-table-column>
<el-table-column label="货位号">
<template #default="scope">