[WIP] Добавил возможность загрузки сканов и документов на форме данных обследования
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
q-input(
|
||||
v-model="value",
|
||||
:name="name",
|
||||
:multiple="multiple"
|
||||
:class="{'circle': circle, 'font-input': true, 'doc': doc}",
|
||||
:input-style="{ color: textColor, borderColor: borderColor, resize: resize}",
|
||||
:borderless="borderless",
|
||||
@@ -40,6 +41,7 @@ export default {
|
||||
name: "BaseInput",
|
||||
components: { BaseInputContainer },
|
||||
props: {
|
||||
multiple: Boolean,
|
||||
circle: Boolean,
|
||||
doc: Boolean,
|
||||
dense: {
|
||||
@@ -132,6 +134,7 @@ export default {
|
||||
z-index: 5
|
||||
opacity: 0
|
||||
cursor: pointer
|
||||
|
||||
.doc
|
||||
width: 100%
|
||||
height: 100%
|
||||
|
||||
Reference in New Issue
Block a user