fix:materials列表中体现物料系列

This commit is contained in:
shijing 2024-08-07 18:09:05 +08:00
parent f52915325d
commit 4aa1463b83
1 changed files with 3 additions and 3 deletions

View File

@ -101,7 +101,8 @@
>
</template>
</el-table-column>
<el-table-column label="物料系列" prop="cate" width="80">
</el-table-column>
<el-table-column label="关联物料" prop="brothers">
<template #default="scope">
<el-icon
@ -118,12 +119,11 @@
width="80"
>
</el-table-column>
<el-table-column label="总库存" prop="count" width="80">
<el-table-column label="总库存" prop="count">
</el-table-column>
<el-table-column
label="安全库存"
prop="count_safe"
width="80"
>
</el-table-column>
<el-table-column