แก้คำ กับ เพิ่ม lazy-rules
This commit is contained in:
parent
c811b7fa0f
commit
a25038759d
10 changed files with 18 additions and 12 deletions
|
|
@ -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="{
|
||||
|
|
|
|||
|
|
@ -345,6 +345,7 @@
|
|||
hide-bottom-space
|
||||
/> -->
|
||||
<CurrencyInput
|
||||
lazy-rules
|
||||
v-model="amount"
|
||||
:edit="edit"
|
||||
:rules="[(val:string) => !!val || `${'กรุณากรอกค่าจ้าง'}`]"
|
||||
|
|
|
|||
|
|
@ -320,6 +320,7 @@
|
|||
hide-bottom-space
|
||||
/> -->
|
||||
<CurrencyInput
|
||||
lazy-rules
|
||||
v-model="amount"
|
||||
:edit="edit"
|
||||
:options="{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue