This commit is contained in:
18631081161 2026-01-17 21:50:03 +08:00
parent 3ea47545f6
commit f946024a76

View File

@ -82,6 +82,11 @@
<span class="consumed-value">{{ formatNumber(getTotalActualCompletion(row)) }}</span>
</template>
</el-table-column>
<el-table-column v-if="authStore.canCreateAllocations" label="分配情况" width="100" align="center">
<template #default="{ row }">
<span class="dist-count">{{ row.distributions?.length || 0 }} 个单位</span>
</template>
</el-table-column>
<el-table-column v-else-if="authStore.organizationalLevelNum === 2" label="消耗情况" width="200" align="center">
<template #default="{ row }">
<div class="consumption-cell">