优化进销存

This commit is contained in:
gyq
2024-06-21 13:54:38 +08:00
parent 7605011b63
commit eba0939005
6 changed files with 32 additions and 39 deletions

View File

@@ -16,6 +16,7 @@
{{ scope.row.type }}
</template>
</el-table-column>
<el-table-column label="供应商名称" prop="purveyorName"></el-table-column>
<el-table-column label="商品数量" prop="totalAmount">
<template v-slot="scope">
{{ scope.row.stockSnap.length }}