Профиль хирургии

This commit is contained in:
brusnitsyn
2026-03-25 17:37:32 +09:00
parent 52a80ccd3b
commit f566ab96df
75 changed files with 3841 additions and 1009 deletions

View File

@@ -57,6 +57,8 @@ export const useReportStore = defineStore('reportStore', () => {
}
]
const isDragActive = ref(false)
// Функция для добавления номеров
const addRowNumbers = (data, page = 1, perPage = 15) => {
if (!Array.isArray(data)) return data
@@ -154,6 +156,7 @@ export const useReportStore = defineStore('reportStore', () => {
reportForm.value.metrika_item_9 = reportInfo.value.department?.deadCount
reportForm.value.metrika_item_10 = reportInfo.value.department?.surgicalCount[1]
reportForm.value.metrika_item_11 = reportInfo.value.department?.surgicalCount[0]
reportForm.value.metrika_item_17 = reportInfo.value.department?.countStaff
unwantedEvents.value = reportInfo.value.report.unwantedEvents
@@ -221,6 +224,7 @@ export const useReportStore = defineStore('reportStore', () => {
departmentUsers,
unwantedEvents,
openedCollapsible,
isDragActive,
getColumnsByKey,
getDataOnReportDate,