Merge pull request #1508 from Frappet/fix/exam

fix:bug Table , rules
This commit is contained in:
Warunee Tamkoo 2025-11-06 16:11:24 +07:00 committed by GitHub
commit 43cfbc9fa5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 8 additions and 7 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

@ -167,7 +167,7 @@ const resetFilter = () => {
</q-table>
</template>
<style lang="scss">
<style lang="scss" scoped>
.icon-color {
color: #4154b3;
}

View file

@ -171,7 +171,7 @@ function resetFilter() {
</q-table>
</template>
<style lang="scss">
<style lang="scss" scoped>
.icon-color {
color: #4154b3;
}

View file

@ -644,7 +644,7 @@ watch(
</div>
</template>
<style lang="scss">
<style lang="scss" scoped>
.icon-color {
color: #4154b3;
}

View file

@ -395,7 +395,7 @@ onMounted(async () => {
flat
color="primary"
class="q-mr-sm"
@click="router.push(`/compete/period`)"
@click="router.push(`/disable/period`)"
/>
รายชอผสมครสอบรอบ {{ name }} ครงท {{ round }}/{{ year }}
<q-space />

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"

View file

@ -155,7 +155,7 @@ const resetFilter = () => {
</template>
</q-table>
</template>
<style lang="scss">
<style lang="scss" scoped>
.icon-color {
color: #4154b3;
}

View file

@ -389,7 +389,7 @@ function filterSelector(val: string, update: Function) {
</div>
</template>
<style lang="scss">
<style lang="scss" scoped>
.icon-color {
color: #4154b3;
}