WIP Исправлены найденные baseInputs

This commit is contained in:
Daria Golova
2022-12-29 15:21:21 +03:00
parent c664f11bfb
commit e138bedfac
31 changed files with 200 additions and 228 deletions

View File

@@ -106,7 +106,7 @@
client-detail-input.text-sm.w-max-fit(
v-if="section!=='docs' && section!=='additional' && isChange && settings[section].options[key] !== 'Дата выдачи'",
:style="{fontWeight:key === 'number'&&600}",
v-model:value="sectionInfo[key]",
v-model="sectionInfo[key]",
:rows="section ==='pass' ? 2 : 1",
:placeholder="settings[section].placeholder[key] || settings[section].placeholder"
:sharp="settings[section].sharps[key] && section === 'pass' ? settings[section].sharps[key] : ''"
@@ -138,7 +138,7 @@
client-detail-input.text-sm.w-max-fit.pr-12.relative(
:maxLength="40",
:style="{fontWeight:key === 'number'&&600}",
v-model:value="sectionInfo[key].title",
v-model="sectionInfo[key].title",
placeholder="Заголовок"
)
.text.flex.absolute.text-xsx.top-18px(
@@ -149,7 +149,7 @@
client-detail-input.text-sm.w-max-fit(
:maxLength="40",
:style="{fontWeight:key === 'number'&&600}",
v-model:value="sectionInfo[key].description",
v-model="sectionInfo[key].description",
placeholder="Описание"
)
.flex.items-center(v-if="item?.title && section !== 'additional'")
@@ -250,7 +250,7 @@ export default {
pdf: pdfIcon,
xls: exelIcon,
},
isOpenPackage: true,
isOpenPackage: false,
isOpenAddDoc: false,
showModal: false,
};