* изменил таблицы в основном отчете
* изменил метод сохранения пациентов основного отчета
This commit is contained in:
@@ -61,7 +61,7 @@ watch(() => [props.minH, props.maxH], ([minH, maxH]) => {
|
||||
|
||||
<template>
|
||||
<NFormItem :show-label="hasHeaderInOutside" :label="header" :show-feedback="hasFeedback" :feedback="feedback">
|
||||
<NCard :class="noPadding ? 'no-padding h-full' : 'h-full'">
|
||||
<NCard v-bind="$attrs" :class="noPadding ? 'no-padding h-full' : 'h-full'">
|
||||
<template v-if="!hasHeaderInOutside && header" #header>
|
||||
{{ header }}
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user