Quellcode durchsuchen

[Fix-8158][UI Next] improve the structure of directories (#8159)

calvin vor 3 Jahren
Ursprung
Commit
d379137908

+ 3 - 3
dolphinscheduler-ui-next/src/router/modules/resources.ts

@@ -112,17 +112,17 @@ export default {
     {
       path: '/resource/task-group',
       name: 'task-group-manage',
-      component: components['resource-taskGroupOption'],
+      component: components['resource-task-group-option'],
       children: [
         {
           path: '/resource/task-group-option',
           name: 'task-group-option',
-          component: components['resource-taskGroupOption']
+          component: components['resource-task-group-option']
         },
         {
           path: '/resource/task-group-queue',
           name: 'task-group-queue',
-          component: components['resource-taskGroupQueue']
+          component: components['resource-task-group-queue']
         }
       ]
     }

dolphinscheduler-ui-next/src/views/resource/taskGroupOption/components/form-modal.tsx → dolphinscheduler-ui-next/src/views/resource/task-group/option/components/form-modal.tsx


dolphinscheduler-ui-next/src/views/resource/taskGroupOption/components/table-action.tsx → dolphinscheduler-ui-next/src/views/resource/task-group/option/components/table-action.tsx


dolphinscheduler-ui-next/src/views/resource/taskGroupOption/index.module.scss → dolphinscheduler-ui-next/src/views/resource/task-group/option/index.module.scss


dolphinscheduler-ui-next/src/views/resource/taskGroupOption/index.tsx → dolphinscheduler-ui-next/src/views/resource/task-group/option/index.tsx


dolphinscheduler-ui-next/src/views/resource/taskGroupOption/use-form.ts → dolphinscheduler-ui-next/src/views/resource/task-group/option/use-form.ts


dolphinscheduler-ui-next/src/views/resource/taskGroupOption/use-table.ts → dolphinscheduler-ui-next/src/views/resource/task-group/option/use-table.ts