Обновлен стартовый экран
Переписаны запросы для статистики, отчетов Добавлена интеграция отчета сестры
This commit is contained in:
@@ -11,7 +11,7 @@ const props = defineProps({
|
||||
}
|
||||
})
|
||||
|
||||
const counterText = computed(() => props.counter ? `(${props.counter})` : '')
|
||||
const counterText = computed(() => props.counter ? `(${props.counter})` : '(0)')
|
||||
|
||||
const header = computed(() => `${props.label} ${counterText.value}`)
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user