This commit is contained in:
liushuai
2020-05-13 18:42:58 +08:00
parent 5dcb28e73e
commit decf0bf58e
8 changed files with 339 additions and 708 deletions

View File

@@ -41,6 +41,11 @@
{{ scope.row.数量 }}
</template>
</el-table-column>
<el-table-column label="用滞货数" align="center" width="80">
<template slot-scope="scope">
{{ scope.row.使用滞货数量 }}
</template>
</el-table-column>
<el-table-column label="用库存数" align="center" width="80">
<template slot-scope="scope">
{{ scope.row.使用库存数 }}