ทะเบียนประวัติ: เพิ่มอีก2tag

This commit is contained in:
Oat 2024-03-06 10:34:43 +07:00
parent 1b2557cb08
commit afed451400
3 changed files with 130 additions and 14 deletions

View file

@ -186,16 +186,20 @@ const visibleColumns = ref<string[]>([
<template v-slot:table>
<q-icon
name="format_list_bulleted"
:color="mode === 'table' ? 'dark' : 'grey-5'"
size="24px"
:style="{
color: mode === 'table' ? '#787B7C' : '#C9D3DB',
}"
/>
</template>
<template v-slot:card>
<q-icon
name="mdi-view-grid-outline"
:color="mode === 'card' ? 'dark' : 'grey-5'"
size="24px"
:style="{
color: mode === 'card' ? '#787B7C' : '#C9D3DB',
}"
/>
</template>
</q-btn-toggle>