瀏覽代碼

禅道1080

gangyj 2 年之前
父節點
當前提交
d899f41d87
共有 1 個文件被更改,包括 2 次插入2 次删除
  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>