diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/_source/list.vue b/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/_source/list.vue index edfdee20b1..5991196389 100644 --- a/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/_source/list.vue +++ b/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/_source/list.vue @@ -34,9 +34,6 @@ {{$t('Update Time')}} - - {{$t('Operation')}} - @@ -48,7 +45,7 @@ - {{item.ipList}} + {{item.ipList.join(',')}} {{item.createTime | formatDate}} @@ -58,24 +55,6 @@ {{item.updateTime | formatDate}} - - - - - -

{{$t('Delete?')}}

-
- {{$t('Cancel')}} - {{$t('Confirm')}} -
- -
- @@ -128,8 +107,7 @@ created () { this.list = this.workerGroupList }, - mounted () { - }, - components: { } + mounted () {}, + components: {}, } \ No newline at end of file diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/index.vue b/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/index.vue index 54a0440c5e..32bb8620a6 100644 --- a/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/index.vue +++ b/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/index.vue @@ -17,11 +17,7 @@