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

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

View File

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