Профиль хирургии
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user