chore: 同步项目变更,清理旧构建包,更新配置

This commit is contained in:
Developer
2026-05-22 17:08:21 +08:00
parent db6a51eab5
commit a50608c4b0
15 changed files with 8 additions and 3 deletions

View File

@@ -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>