|
@@ -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
|