fix: customer form empty field to '-'
This commit is contained in:
parent
96fe308220
commit
28a5c70c07
5 changed files with 44 additions and 17 deletions
|
|
@ -82,10 +82,7 @@ watch(
|
|||
|
||||
<template>
|
||||
<div class="row q-col-gutter-sm">
|
||||
<div
|
||||
v-if="!hideAction"
|
||||
class="col-12 text-weight-bold text-body1 row items-center"
|
||||
>
|
||||
<div class="col-12 text-weight-bold text-body1 row items-center">
|
||||
<q-icon
|
||||
flat
|
||||
size="xs"
|
||||
|
|
@ -193,7 +190,7 @@ watch(
|
|||
outlined
|
||||
:readonly="readonly"
|
||||
hide-bottom-space
|
||||
class="col-12 col-md-6"
|
||||
class="col-12 col-md-5"
|
||||
:label="$t('customer.form.customerName')"
|
||||
for="input-first-name"
|
||||
v-model="registerName"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue