refactor: edit conditions show full name
This commit is contained in:
parent
48017761c2
commit
ebd2ff6057
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ watch(
|
||||||
:model-value="`${prefixNameOptions.filter((v) => v.value === prefixName)[0].label || ''} ${firstName || ''} ${lastName || ''}`"
|
:model-value="`${prefixNameOptions.filter((v) => v.value === prefixName)[0].label || ''} ${firstName || ''} ${lastName || ''}`"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<template v-if="!fullName && readonly">
|
<template v-if="!fullName">
|
||||||
<q-select
|
<q-select
|
||||||
outlined
|
outlined
|
||||||
use-input
|
use-input
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue