gangyj hace 2 años
padre
commit
d899f41d87
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/manager/projectinfo/independent.vue

+ 2 - 2
src/views/manager/projectinfo/independent.vue

@@ -95,8 +95,8 @@
                      <!-- <i  class="el-icon-search" slot="append" @click="searchChange" style=" cursor:pointer;font-size: 16px;"></i> -->
                 </template>
                 <template slot-scope="{type,size,row}" slot="menu">
-                      <el-button  :size="size" :type="type" :disabled="row.excelIds == -1"  @click="Associationlist(row)">关联清表</el-button>
-                      <el-button  :size="size" :type="type"  @click="rightClick(row)">编辑元素</el-button>
+                      <el-button  :size="size" :type="type"  @click="Associationlist(row)">关联清表</el-button>
+                      <el-button  :size="size" :type="type"  :disabled="row.excelIds == -1" @click="rightClick(row)">编辑元素</el-button>
                       <el-button  :size="size" :type="type"  :disabled="row.excelIds == -1" @click="adjustExcel(row.id,row.primaryKeyId)">调整表单</el-button>
                       <el-button  :size="size" :type="type" @click="handleEditFormula(row)">编辑公式</el-button>