refactor: quotation
This commit is contained in:
parent
66b30b9e3f
commit
e4b9e186a8
3 changed files with 86 additions and 7 deletions
|
|
@ -10,7 +10,7 @@ import useLoader from 'stores/loader';
|
|||
import ProfileMenu from './ProfileMenu.vue';
|
||||
import DrawerComponent from './DrawerComponent.vue';
|
||||
import useUserStore from 'stores/user';
|
||||
import { CanvasComponent, FormDialog } from 'components/index';
|
||||
import { CanvasComponent, DialogForm } from 'components/index';
|
||||
import useOptionStore from 'stores/options';
|
||||
import { dialog } from 'stores/utils';
|
||||
import { setLocale } from 'src/utils/datetime';
|
||||
|
|
@ -475,7 +475,7 @@ onMounted(async () => {
|
|||
</div>
|
||||
</q-page-container>
|
||||
|
||||
<FormDialog
|
||||
<DialogForm
|
||||
width="800px"
|
||||
height="550px"
|
||||
v-model:modal="canvasModal"
|
||||
|
|
@ -497,7 +497,7 @@ onMounted(async () => {
|
|||
style="color: hsl(var(--text-mute))"
|
||||
/>
|
||||
</template>
|
||||
</FormDialog>
|
||||
</DialogForm>
|
||||
|
||||
<global-loading :visibility="visible" />
|
||||
</q-layout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue