forked from verdnatura/salix-front
Make Notes a input text instead of textarea
This commit is contained in:
parent
588a5ff674
commit
ae4c80f45c
|
@ -90,13 +90,7 @@ const workersOptions = ref([]);
|
||||||
</VnRow>
|
</VnRow>
|
||||||
<VnRow class="row q-gutter-md q-mb-md">
|
<VnRow class="row q-gutter-md q-mb-md">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<QInput
|
<VnInput :label="t('supplier.basicData.note')" v-model="data.note" />
|
||||||
:label="t('supplier.basicData.note')"
|
|
||||||
type="textarea"
|
|
||||||
v-model="data.note"
|
|
||||||
fill-input
|
|
||||||
autogrow
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</VnRow>
|
</VnRow>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue