更新
This commit is contained in:
@@ -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.使用库存数 }}
|
||||
|
||||
Reference in New Issue
Block a user