ทะเบียนประวัติ: เพิ่มอีก2tag
This commit is contained in:
parent
1b2557cb08
commit
afed451400
3 changed files with 130 additions and 14 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue