fix:bug Table , rules
This commit is contained in:
parent
1f126f6917
commit
6493236912
2 changed files with 2 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ const resetFilter = () => {
|
|||
filterRef.value.focus();
|
||||
};
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
.icon-color {
|
||||
color: #4154b3;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1154,6 +1154,7 @@ onMounted(async () => {
|
|||
dense
|
||||
class="full-width datepicker q-mb-md"
|
||||
:model-value="dateThaiRange(datePayment)"
|
||||
:rules="[(val:string) => !!val || `${'กรุณาเลือกวันที่ชำระเงิน'}`]"
|
||||
:label="`${'วันที่ชำระเงิน'}`"
|
||||
clearable
|
||||
@clear="clearDatePayment"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue