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

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


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

commit 86137e05ea37dd3346dcf8c2e790b410533ac53c
Author: songjianet <[email protected]>
AuthorDate: Tue Dec 28 13:27:52 2021 +0800

    [Feature][Workflow Move] Display none workflow move btn. (#7666)
---
 .../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 ef11f23..f341c31 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