แก้ api ตำแหน่ง
ปรับไม่ให้แสดง counter
This commit is contained in:
parent
3fd7a8b964
commit
6374613c90
3 changed files with 11 additions and 4 deletions
|
|
@ -156,7 +156,7 @@
|
|||
dense
|
||||
type="tel"
|
||||
mask="#############"
|
||||
counter
|
||||
:counter="status == 'register' || status == 'rejectRegister' ? true : false"
|
||||
lazy-rules
|
||||
:readonly="!(status == 'register' || status == 'rejectRegister')"
|
||||
:borderless="!(status == 'register' || status == 'rejectRegister')"
|
||||
|
|
@ -260,7 +260,7 @@
|
|||
<q-input
|
||||
:outlined="status == 'register' || status == 'rejectRegister'"
|
||||
dense
|
||||
counter
|
||||
:counter="status == 'register' || status == 'rejectRegister' ? true : false"
|
||||
lazy-rules
|
||||
type="tel"
|
||||
mask="##########"
|
||||
|
|
@ -279,7 +279,7 @@
|
|||
<q-input
|
||||
:outlined="status == 'register' || status == 'rejectRegister'"
|
||||
dense
|
||||
counter
|
||||
:counter="status == 'register' || status == 'rejectRegister' ? true : false"
|
||||
lazy-rules
|
||||
type="tel"
|
||||
mask="##########"
|
||||
|
|
|
|||
|
|
@ -223,7 +223,7 @@
|
|||
:class="getClass(status == 'register' || status == 'rejectRegister')"
|
||||
:outlined="status == 'register' || status == 'rejectRegister'"
|
||||
dense
|
||||
counter
|
||||
:counter="status == 'register' || status == 'rejectRegister' ? true : false"
|
||||
maxlength="10"
|
||||
lazy-rules
|
||||
type="tel"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue