Browse Source

[fix#12364][UI] fix when creating a workflow, click Data Quality or Machine Learning to expand both (#12365)

* [fix#12364][UI] fix when creating a workflow, click Data Quality or Machine Learning to expand both
3.2.0-release
pandong 2 years ago committed by GitHub
parent
commit
70aef3ec21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      dolphinscheduler-ui/src/views/projects/workflow/components/dag/dag-sidebar.tsx

4
dolphinscheduler-ui/src/views/projects/workflow/components/dag/dag-sidebar.tsx

@ -420,7 +420,7 @@ export default defineComponent({
{variables.ml.length > 0 && (
<NCollapseItem
title={t('project.menu.ml')}
name='5'
name='6'
class='task-cate-ml'
v-slots={{
default: () => {
@ -473,7 +473,7 @@ export default defineComponent({
{variables.other.length > 0 && (
<NCollapseItem
title={t('project.menu.other')}
name='6'
name='7'
class='task-cate-other'
v-slots={{
default: () => {

Loading…
Cancel
Save