refactor: add formMenuIconEmployee
This commit is contained in:
parent
39276bd4cc
commit
291e595515
1 changed files with 13 additions and 0 deletions
|
|
@ -1,5 +1,18 @@
|
|||
import { QTableProps } from 'quasar';
|
||||
|
||||
export const formMenuIconEmployee = [
|
||||
{
|
||||
icon: 'mdi-briefcase',
|
||||
color: 'hsl(var(--info-bg))',
|
||||
bgColor: 'var(--surface-1)',
|
||||
},
|
||||
{
|
||||
icon: 'mdi-map-marker-radius',
|
||||
color: 'hsl(var(--info-bg))',
|
||||
bgColor: 'var(--surface-1)',
|
||||
},
|
||||
];
|
||||
|
||||
export const columnsEmployee = [
|
||||
{
|
||||
name: 'firstName',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue