Убрана статистика и доступ к кнопке скачать отчет только при началии отчета

This commit is contained in:
brusnitsyn
2026-07-07 08:53:40 +09:00
parent 19dbefcff0
commit fec4b798bd
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ const percentProgress = computed(() => {
</script>
<template>
<NTag round :bordered="true">
<!-- <NTag round :bordered="true">
<NFlex align="center" justify="center">
<div>
План:
@@ -34,7 +34,7 @@ const percentProgress = computed(() => {
{{ percentProgress }}%
</NTag>
</NFlex>
</NTag>
</NTag> -->
</template>
<style scoped>

View File

@@ -351,7 +351,7 @@ watch(() => props, (newProps) => {
Нежелательные события ({{ latestReportObj.unwanted_events?.length ?? 0 }})
</NButton>
<NSpace>
<NButton secondary @click="downloadReport" :loading="loading">
<NButton v-if="latestReport" secondary @click="downloadReport" :loading="loading">
<template #icon>
<NIcon>
<PiMicrosoftExcelLogo />