Merge branch 'develop' into dev-tee
This commit is contained in:
commit
fcadfc1609
1 changed files with 3 additions and 1 deletions
|
|
@ -380,11 +380,13 @@
|
|||
v-model="props.row.code"
|
||||
:rules="[
|
||||
(val) =>
|
||||
!!val || `${'กรุณากรอกรหัสประจำตำแหน่งที่สอบ'}`,
|
||||
val.length >= 4 ||
|
||||
`${'กรุณากรอกรหัสประจำตำแหน่งที่สอบ'}`,
|
||||
]"
|
||||
:label="`${'รหัสประจำตำแหน่งที่สอบ'}`"
|
||||
@update:modelValue="clickEditRow"
|
||||
hide-bottom-space
|
||||
mask="####"
|
||||
/>
|
||||
</q-td>
|
||||
<q-td key="position" :props="props">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue