From f76520c07e65e44f0c8eb25f7cd66f26be1a1b22 Mon Sep 17 00:00:00 2001 From: songjianet <1778651752@qq.com> Date: Thu, 11 Aug 2022 10:08:16 +0800 Subject: [PATCH] [Refactor][UI] Refactor project workflow definition using NSpace component. (#11398) --- .../projects/workflow/definition/index.tsx | 209 +++++++++--------- 1 file changed, 104 insertions(+), 105 deletions(-) diff --git a/dolphinscheduler-ui/src/views/projects/workflow/definition/index.tsx b/dolphinscheduler-ui/src/views/projects/workflow/definition/index.tsx index dfe0aee6b1..380cc5b88c 100644 --- a/dolphinscheduler-ui/src/views/projects/workflow/definition/index.tsx +++ b/dolphinscheduler-ui/src/views/projects/workflow/definition/index.tsx @@ -15,7 +15,6 @@ * limitations under the License. */ -import Card from '@/components/card' import { SearchOutlined } from '@vicons/antd' import { NButton, @@ -30,14 +29,14 @@ import { import { defineComponent, getCurrentInstance, onMounted, toRefs, watch } from 'vue' import { useI18n } from 'vue-i18n' import { useTable } from './use-table' +import { useRouter, useRoute } from 'vue-router' +import Card from '@/components/card' import ImportModal from './components/import-modal' import StartModal from './components/start-modal' import TimingModal from './components/timing-modal' import VersionModal from './components/version-modal' import CopyModal from './components/copy-modal' -import { useRouter, useRoute } from 'vue-router' import type { Router } from 'vue-router' -import styles from './index.module.scss' export default defineComponent({ name: 'WorkflowDefinitionList', @@ -117,121 +116,121 @@ export default defineComponent({ const { loadingRef } = this return ( -