Изменил Выбыло на Факт

This commit is contained in:
brusnitsyn
2026-07-07 10:29:10 +09:00
parent cd794b17cc
commit eb6a60956f

View File

@@ -83,7 +83,7 @@ const typePlan = computed(() => {
</template>
<NSpace vertical>
<NFlex align="center" justify="start" :wrap="false" size="small">
<NTag type="info">План / Выбывшие: {{ plan.period_plan }} / {{ value }}</NTag>
<NTag type="info">План / Факт: {{ plan.period_plan }} / {{ value }}</NTag>
</NFlex>
<NTag :type="typePlan">Долг с начала года: {{ plan.debt_from_year }}</NTag>
</NSpace>