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 = [
|
||||
{
|
||||
icon: 'mdi-briefcase',
|
||||
icon: 'mdi-briefcase-outline',
|
||||
color: 'hsl(var(--info-bg))',
|
||||
bgColor: 'var(--surface-1)',
|
||||
},
|
||||
{
|
||||
icon: 'mdi-map-marker-radius',
|
||||
icon: 'mdi-map-marker-radius-outline',
|
||||
color: 'hsl(var(--info-bg))',
|
||||
bgColor: 'var(--surface-1)',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -3415,7 +3415,7 @@ watch(
|
|||
</DialogForm>
|
||||
|
||||
<DrawerInfo
|
||||
:show-edit="!currentStatusProduct"
|
||||
:hideAction="!currentStatusProduct"
|
||||
ref="formDialogRef"
|
||||
v-model:drawerOpen="drawerInfo"
|
||||
:title="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue