This commit is contained in:
2025-08-22 19:53:19 +08:00
28 changed files with 1802 additions and 1533 deletions

View File

@ -66,7 +66,7 @@
{{ row.parentId == 0 ? '' : row.outputValue }}
</template>
</el-table-column>
<el-table-column label="总数量" align="center" prop="total">
<el-table-column label="总数量/百分比" align="center" prop="total">
<template #default="{ row }">
{{ row.parentId == 0 ? '' : row.total }}
</template>