Убрана статистика и доступ к кнопке скачать отчет только при началии отчета
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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 />
|
||||||
|
|||||||
Reference in New Issue
Block a user