Selaa lähdekoodia

修改状态判断

gangyj 3 vuotta sitten
vanhempi
commit
fbc4450191
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/views/manager/projectinfo/tree.vue

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

@@ -328,7 +328,7 @@
                 <el-link
                   class="mg-l-10"
                   type="primary"
-                  :disabled='scope.row.isLinkTable==-1'
+                  :disabled='scope.row.excelId==-1'
                   @click="rightClick(scope.row.pkeyId,scope.row.excelId,scope.row.id,scope.row.initTableName)"
                 >编辑元素</el-link>
                 <el-link
@@ -339,7 +339,7 @@
                 <el-link
                   class="mg-l-10"
                   type="primary"
-                  :disabled='scope.row.isLinkTable!=2'
+                  :disabled='scope.row.excelId==-1'
                   @click="adjustExcel(scope.row.pkeyId,scope.row.excelId)"
                 >调整表单</el-link>
                 <el-link