แก้คำ กับ เพิ่ม lazy-rules

This commit is contained in:
setthawutttty 2023-09-15 10:11:45 +07:00
parent c811b7fa0f
commit a25038759d
10 changed files with 18 additions and 12 deletions

View file

@ -383,6 +383,7 @@
hide-bottom-space
/> -->
<CurrencyInput
lazy-rules
v-model="amount"
:edit="edit"
:options="{
@ -395,6 +396,7 @@
</div>
<div class="col-xs-4 col-sm-4 col-md-4">
<CurrencyInput
lazy-rules
v-model="positionSalaryAmount"
:edit="edit"
:options="{
@ -432,6 +434,7 @@
hide-bottom-space
/> -->
<CurrencyInput
lazy-rules
v-model="mouthSalaryAmount"
:edit="edit"
:options="{

View file

@ -345,6 +345,7 @@
hide-bottom-space
/> -->
<CurrencyInput
lazy-rules
v-model="amount"
:edit="edit"
:rules="[(val:string) => !!val || `${'กรุณากรอกค่าจ้าง'}`]"

View file

@ -320,6 +320,7 @@
hide-bottom-space
/> -->
<CurrencyInput
lazy-rules
v-model="amount"
:edit="edit"
:options="{