Удалена отметка о выполнении плана
This commit is contained in:
@@ -64,8 +64,6 @@ const props = defineProps({
|
||||
</template>
|
||||
<NFlex align="center" justify="start" :wrap="false" size="small">
|
||||
<NTag size="small" round type="info" :bordered="false">План на месяц: {{ plan.month_plan }}</NTag>
|
||||
<NTag v-if="plan.current_mouth_dept === 0" size="small" round type="success" :bordered="false">Выполнен</NTag>
|
||||
<NTag v-else size="small" round type="warning" :bordered="false">Не выполнен</NTag>
|
||||
</NFlex>
|
||||
Сначала года + текущий месяц:
|
||||
<br>План:
|
||||
|
||||
Reference in New Issue
Block a user