Browse Source

update 调整模型导出按钮位置

gssong 1 year ago
parent
commit
ade0b3e29e
1 changed files with 3 additions and 6 deletions
  1. 3 6
      src/views/workflow/model/index.vue

+ 3 - 6
src/views/workflow/model/index.vue

@@ -74,9 +74,9 @@
                   <el-col :span="1.5">
                     <el-button link type="primary" size="small" icon="Pointer" @click="clickDesign(scope.row.id)">设计流程</el-button>
                   </el-col>
-                  <!-- <el-col :span="1.5">
-                    <el-button link type="primary" size="small" icon="Download" @click="clickExportZip(scope.row)">导出</el-button>
-                  </el-col> -->
+                  <el-col :span="1.5">
+                    <el-button link type="primary" size="small" icon="Delete" @click="handleDelete(scope.row)">删除</el-button>
+                  </el-col>
                 </el-row>
                 <el-row :gutter="10" class="mb8">
                   <el-col :span="1.5">
@@ -84,9 +84,6 @@
                       流程部署
                     </el-button>
                   </el-col>
-                  <el-col :span="1.5">
-                    <el-button link type="primary" size="small" icon="Delete" @click="handleDelete(scope.row)">删除</el-button>
-                  </el-col>
                 </el-row>
               </template>
             </el-table-column>