fix:bug Table , rules

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-11-06 14:43:52 +07:00
parent 1f126f6917
commit 6493236912
2 changed files with 2 additions and 1 deletions

View file

@ -194,7 +194,7 @@ const resetFilter = () => {
filterRef.value.focus();
};
</script>
<style lang="scss">
<style lang="scss" scoped>
.icon-color {
color: #4154b3;
}

View file

@ -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"