fix:采购详情列表文案修改

This commit is contained in:
shijing 2024-07-31 14:11:12 +08:00
parent 3637f548fd
commit 17b81345a6
1 changed files with 3 additions and 3 deletions

View File

@ -47,17 +47,17 @@
>
<el-table-column type="index" width="50" />
<el-table-column
label="所属物料"
label="物料名称"
prop="material"
show-overflow-tooltip
>
<template #default="scope">
<span v-if="scope.row.material_">
{{ scope.row.material_.name }}</span
{{ scope.row.material_.full_name }}</span
>
</template>
</el-table-column>
<el-table-column label="所属数量" prop="need_count">
<el-table-column label="采购数量" prop="need_count">
</el-table-column>
<el-table-column
label="需求日期"