chore: 同步项目变更,清理旧构建包,更新配置
This commit is contained in:
@@ -1674,10 +1674,15 @@
|
||||
{{ scope.row.数量 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column :width="setColumnWidth('应领数')" label="已领数" align="center">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.已领数量 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column :width="setColumnWidth('已领数')" label="占用数" align="center">
|
||||
<template slot-scope="scope">
|
||||
<!-- {{ scope.row.已领数量 }} -->
|
||||
{{ scope.row.全全表明细数量总和 }}
|
||||
{{ scope.row.全表明细数量总和 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
||||
Reference in New Issue
Block a user