Przeglądaj źródła

调整按钮顺序

gangyj 2 lat temu
rodzic
commit
3bf8ce30b4
1 zmienionych plików z 7 dodań i 7 usunięć
  1. 7 7
      src/views/manager/projectinfo/tree.vue

+ 7 - 7
src/views/manager/projectinfo/tree.vue

@@ -327,25 +327,25 @@
               <template slot-scope="scope">
                 <el-link
                   type="primary"
-                  @click="handleEditFormula(scope.$index, scope.row)"
-                >编辑元素公式</el-link>
+                  @click="Associationlist(scope)"
+                >关联清表</el-link>
                 <el-link
                   class="mg-l-10"
                   type="primary"
                   :disabled='scope.row.excelId==-1'
                   @click="rightClick(scope.row.pkeyId,scope.row.excelId,scope.row.id,scope.row.initTableName)"
                 >编辑元素</el-link>
-                <el-link
-                  class="mg-l-10"
-                  type="primary"
-                  @click="Associationlist(scope)"
-                >关联清表</el-link>
                 <el-link
                   class="mg-l-10"
                   type="primary"
                   :disabled='scope.row.excelId==-1'
                   @click="adjustExcel(scope.row.pkeyId,scope.row.excelId)"
                 >调整表单</el-link>
+                <el-link
+                  class="mg-l-10"
+                  type="primary"
+                  @click="handleEditFormula(scope.$index, scope.row)"
+                >编辑元素公式</el-link>
                 <el-link
                   class="mg-l-10"
                   type="danger"