nothing
This commit is contained in:
@@ -58,11 +58,11 @@ const currentDate = computed(() => {
|
||||
<div class="grid grid-cols-[auto_1fr_auto] items-center">
|
||||
<NSpace align="center">
|
||||
<NTag v-if="isFillableMode" type="info" :bordered="false">
|
||||
{{ authStore.userDepartment.name_full }}
|
||||
{{ reportStore.reportInfo.department.department_name }}
|
||||
</NTag>
|
||||
<DepartmentSelect v-if="isReadonlyMode" />
|
||||
<NTag v-if="reportStore.reportInfo?.report?.userName" type="warning">
|
||||
Ответственный: {{ reportStore.reportInfo?.report.userName }}
|
||||
<NTag v-if="reportStore.reportInfo.report.userName" type="warning">
|
||||
Ответственный: {{ reportStore.reportInfo.report.userName }}
|
||||
</NTag>
|
||||
</NSpace>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user