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 class="row q-gutter-md q-mb-md">
|
||||
<div class="col">
|
||||
<QInput
|
||||
:label="t('supplier.basicData.note')"
|
||||
type="textarea"
|
||||
v-model="data.note"
|
||||
fill-input
|
||||
autogrow
|
||||
/>
|
||||
<VnInput :label="t('supplier.basicData.note')" v-model="data.note" />
|
||||
</div>
|
||||
</VnRow>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue