fix: customer form empty field to '-'

This commit is contained in:
puriphatt 2024-09-18 11:42:58 +07:00
parent 96fe308220
commit 28a5c70c07
5 changed files with 44 additions and 17 deletions

View file

@ -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"