medcards list fixes
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<template lang="pug">
|
||||
medical-form-wrapper(
|
||||
id="insurance",
|
||||
title="Страховка",
|
||||
:is-loading-data="isLoadingData",
|
||||
:is-check-change="isCheckChange",
|
||||
@@ -46,14 +47,14 @@
|
||||
base-upload-photo(
|
||||
:key="insurance.insuranceKey"
|
||||
v-model="insuranceData[photoId][field.key]"
|
||||
:confirm-upload="confirmChangePhoto"
|
||||
:confirm-upload="confirmChangePhoto"
|
||||
)
|
||||
.category.flex.h-10.relative.gap-x-2(v-else-if="field.type === 'select'")
|
||||
.category-select.flex.items-center.change.px-4.rounded {{selectCategory(basic[insurance.insuranceKey][field.key])}}
|
||||
q-btn.change.flex.w-7.h-9.rounded-md(
|
||||
v-if="isEdit",
|
||||
@click="openModalCategories",
|
||||
dense,
|
||||
v-if="isEdit",
|
||||
@click="openModalCategories",
|
||||
dense,
|
||||
padding="8px"
|
||||
)
|
||||
q-icon.icon(name="app:folder", size="24px")
|
||||
@@ -75,7 +76,7 @@
|
||||
v-if="basic?.benefit[insurance?.discount]",
|
||||
:style="{color: 'var(--font-grey-color)'}"
|
||||
)
|
||||
span Процент скидки:
|
||||
span Процент скидки:
|
||||
span(
|
||||
:style="{color: 'var(--font-dark-blue-color)'}"
|
||||
) {{"\xa0" + basic?.benefit[insurance?.discount] + "%"}}
|
||||
|
||||
Reference in New Issue
Block a user