fix: label yearly
This commit is contained in:
parent
443f790047
commit
3ac1fa3369
1 changed files with 2 additions and 2 deletions
|
|
@ -1001,8 +1001,8 @@ onMounted(async () => {
|
||||||
outlined
|
outlined
|
||||||
:readonly="checkRoutePermisson"
|
:readonly="checkRoutePermisson"
|
||||||
:model-value="yearly + 543"
|
:model-value="yearly + 543"
|
||||||
:rules="[(val:string) => !!val || `${'กรุณาเลือกปีงบประมาณ'}`]"
|
:rules="[(val:string) => !!val || `${'กรุณาเลือกปี พ.ศ.'}`]"
|
||||||
:label="`${'ปีงบประมาณ'}`"
|
:label="`${'ปี พ.ศ.'}`"
|
||||||
>
|
>
|
||||||
</q-input>
|
</q-input>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue