refactor: project structure (1)
This commit is contained in:
parent
725edad3e1
commit
7ea8a618fa
12 changed files with 23 additions and 48 deletions
|
|
@ -12,7 +12,7 @@ import {
|
|||
import { useWorkflowTemplate } from 'src/stores/workflow-template';
|
||||
import { dialog } from 'src/stores/utils';
|
||||
|
||||
import ButtonAddComponent from 'components/ButtonAddCompoent.vue';
|
||||
import FloatingActionButton from 'components/FloatingActionButton.vue';
|
||||
import StatCardComponent from 'src/components/StatCardComponent.vue';
|
||||
import CreateButton from 'src/components/AddButton.vue';
|
||||
import PaginationComponent from 'src/components/PaginationComponent.vue';
|
||||
|
|
@ -261,11 +261,11 @@ watch(statusFilter, fetchWorkflowList);
|
|||
watch(() => pageState.inputSearch, fetchWorkflowList);
|
||||
</script>
|
||||
<template>
|
||||
<ButtonAddComponent
|
||||
<FloatingActionButton
|
||||
style="z-index: 999"
|
||||
hide-icon
|
||||
@click="triggerDialog('add')"
|
||||
></ButtonAddComponent>
|
||||
></FloatingActionButton>
|
||||
|
||||
<div class="column full-height no-wrap">
|
||||
<!-- SEC: stat -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue