This is an automated email from the ASF dual-hosted git repository.

zhongjiajie pushed a commit to branch 2.0.2-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/2.0.2-prepare by this push:
     new fa52022  [Feature][Workflow Move] Display none workflow move btn. 
(#7666) (#7667)
fa52022 is described below

commit fa52022ccdaa1de03206684df27b678e62064b4f
Author: Jiajie Zhong <[email protected]>
AuthorDate: Tue Dec 28 14:15:35 2021 +0800

    [Feature][Workflow Move] Display none workflow move btn. (#7666) (#7667)
    
    Co-authored-by: songjianet <[email protected]>
---
 .../home/pages/projects/pages/definition/pages/list/_source/list.vue    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/list.vue
 
b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/list.vue
index 0af0b5a..4c9980f 100644
--- 
a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/list.vue
+++ 
b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/list.vue
@@ -120,7 +120,7 @@
     </el-tooltip>
     <el-button type="primary" size="mini" :disabled="!strSelectCodes" 
style="position: absolute; bottom: -48px; left: 80px;" 
@click="_batchExport(item)" >{{$t('Export')}}</el-button>
     <span><el-button type="primary" size="mini" :disabled="!strSelectCodes" 
style="position: absolute; bottom: -48px; left: 140px;" 
@click="_batchCopy(item)" >{{$t('Batch copy')}}</el-button></span>
-    <el-button type="primary" size="mini" :disabled="!strSelectCodes" 
style="position: absolute; bottom: -48px; left: 225px;" 
@click="_batchMove(item)" >{{$t('Batch move')}}</el-button>
+<!--    <el-button type="primary" size="mini" :disabled="!strSelectCodes" 
style="position: absolute; bottom: -48px; left: 225px;" 
@click="_batchMove(item)" >{{$t('Batch move')}}</el-button>-->
     <el-drawer
       :visible.sync="drawer"
       size=""

Reply via email to