fixing
This commit is contained in:
parent
5d81a068f8
commit
2814b35f45
1 changed files with 2 additions and 1 deletions
|
|
@ -559,7 +559,8 @@ watch(
|
||||||
" -->
|
" -->
|
||||||
<q-input
|
<q-input
|
||||||
:class="classInput(false)"
|
:class="classInput(false)"
|
||||||
:mask="level === 0 ? '##' : '########'"
|
:mask="level === 0 ? '##' : ''"
|
||||||
|
maxlength="8"
|
||||||
v-model="formData.orgCode"
|
v-model="formData.orgCode"
|
||||||
ref="orgCodeRef"
|
ref="orgCodeRef"
|
||||||
dense
|
dense
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue