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

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>