恢复
This commit is contained in:
parent
3ea47545f6
commit
f946024a76
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user