File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,8 +86,7 @@ export default {
8686 } ,
8787 pages : {
8888 WorkflowPage : {
89- labels : {
90- } ,
89+ labels : { } ,
9190 } ,
9291 } ,
9392} ;
Original file line number Diff line number Diff line change 11<script setup lang="ts">
22import { bus } from ' boot/bus' ;
3-
43 </script >
54
65<template >
@@ -15,8 +14,7 @@ import { bus } from 'boot/bus';
1514 @show =" bus.emit('drawer', 'open', 'right')"
1615 @hide =" bus.emit('drawer', 'close', 'right')"
1716 >
18- <q-list separator >
19- </q-list >
17+ <q-list separator > </q-list >
2018 </q-drawer >
2119</template >
2220
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { WindowType } from 'src/types/service/window/types';
99import { i18nSubPath , useService } from ' src/utils/common' ;
1010
1111const i18n = i18nSubPath (' layouts.headers.MainHeader' );
12- const {name} = useRoute ();
12+ const { name } = useRoute ();
1313const windowService = useService (ServiceType .window );
1414
1515const isAlwaysOnTop = ref (false );
You can’t perform that action at this time.
0 commit comments