refs #6118 importSalixVariables #93

Merged
pablone merged 19 commits from 6118-responsiveFixes into dev 2023-10-30 10:32:15 +00:00
1 changed files with 8 additions and 8 deletions
Showing only changes of commit 1a44937898 - Show all commits

View File

@ -62,7 +62,7 @@ const filterOptions = {
<FormModel :url="`Clients/${route.params.id}`" model="customer">
<template #form="{ data, validate, filter }">
<vnRow class="row q-gutter-md q-mb-md">
<VnRow class="row q-gutter-md q-mb-md">
pablone marked this conversation as resolved Outdated
Outdated
Review

Aci

Aci
<div class="col">
<QInput
v-model="data.socialName"
@ -84,8 +84,8 @@ const filterOptions = {
:input-debounce="0"
/>
</div>
</vnRow>
<vnRow class="row q-gutter-md q-mb-md">
</VnRow>
pablone marked this conversation as resolved Outdated
Outdated
Review

Aci

Aci
<VnRow class="row q-gutter-md q-mb-md">
<div class="col">
<QInput
v-model="data.contact"
@ -103,8 +103,8 @@ const filterOptions = {
clearable
/>
</div>
</vnRow>
<vnRow class="row q-gutter-md q-mb-md">
</VnRow>
<VnRow class="row q-gutter-md q-mb-md">
<div class="col">
<QInput
v-model="data.phone"
@ -121,8 +121,8 @@ const filterOptions = {
clearable
/>
</div>
</vnRow>
<vnRow class="row q-gutter-md q-mb-md">
</VnRow>
<VnRow class="row q-gutter-md q-mb-md">
<div class="col">
<QSelect
v-model="data.salesPersonFk"
@ -161,7 +161,7 @@ const filterOptions = {
:input-debounce="0"
/>
</div>
</vnRow>
</VnRow>
</template>
</FormModel>
</template>