fix(03): hide action and icon outline
This commit is contained in:
parent
536d328453
commit
89ae3039b9
2 changed files with 3 additions and 3 deletions
|
|
@ -2,12 +2,12 @@ import { QTableProps } from 'quasar';
|
||||||
|
|
||||||
export const formMenuIconEmployee = [
|
export const formMenuIconEmployee = [
|
||||||
{
|
{
|
||||||
icon: 'mdi-briefcase',
|
icon: 'mdi-briefcase-outline',
|
||||||
color: 'hsl(var(--info-bg))',
|
color: 'hsl(var(--info-bg))',
|
||||||
bgColor: 'var(--surface-1)',
|
bgColor: 'var(--surface-1)',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: 'mdi-map-marker-radius',
|
icon: 'mdi-map-marker-radius-outline',
|
||||||
color: 'hsl(var(--info-bg))',
|
color: 'hsl(var(--info-bg))',
|
||||||
bgColor: 'var(--surface-1)',
|
bgColor: 'var(--surface-1)',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -3415,7 +3415,7 @@ watch(
|
||||||
</DialogForm>
|
</DialogForm>
|
||||||
|
|
||||||
<DrawerInfo
|
<DrawerInfo
|
||||||
:show-edit="!currentStatusProduct"
|
:hideAction="!currentStatusProduct"
|
||||||
ref="formDialogRef"
|
ref="formDialogRef"
|
||||||
v-model:drawerOpen="drawerInfo"
|
v-model:drawerOpen="drawerInfo"
|
||||||
:title="
|
:title="
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue