Исправила мелкие несоответствия
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
no-caps,
|
||||
label="Полная медкарта",
|
||||
:style="{'font-weight': 500}"
|
||||
size="14px"
|
||||
)
|
||||
q-icon.arrow(name="app:long-arrow", size="18px", right)
|
||||
.flex.gap-x-1.flex-1.h-full(v-if="field?.title === 'Услуги'")
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
)
|
||||
.footer.flex.gap-2
|
||||
base-button(type="secondary", label="Отменить", width="126px", @click="closeForm")
|
||||
base-button(width="168px", label="Создать запись", @click="closeForm")
|
||||
base-button(width="168px", label="Создать запись", @click="closeForm", disabled)
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user