Добавил реанимацию
Правки окна операций
This commit is contained in:
@@ -39,7 +39,7 @@ const tableColumns = computed(() => {
|
||||
const searchArg = ref(null)
|
||||
|
||||
const findPatient = (arg) => {
|
||||
patients.value = patients.value.find(itm => itm.full_name === arg)
|
||||
// TODO: сделать поиск пациента через БДц
|
||||
}
|
||||
|
||||
const rowProps = (row) => {
|
||||
@@ -69,8 +69,8 @@ const rowProps = (row) => {
|
||||
<NDataTable :columns="tableColumns"
|
||||
:data="patients"
|
||||
table-layout="fixed"
|
||||
max-height="280"
|
||||
min-height="280"
|
||||
max-height="234"
|
||||
min-height="234"
|
||||
:loading="loading"
|
||||
size="small"
|
||||
:row-props="rowProps"
|
||||
|
||||
Reference in New Issue
Block a user