|
|
@@ -489,6 +489,17 @@
|
|
|
@click="handleEditFormula(scope.$index, scope.row)"
|
|
|
>编辑元素公式
|
|
|
</el-link>
|
|
|
+ <el-link
|
|
|
+ class="mg-l-10"
|
|
|
+ type="primary"
|
|
|
+ :loading="handlesyncLoad"
|
|
|
+ @click="handleLinkNodes(scope.$index, scope.row)"
|
|
|
+ v-if="
|
|
|
+ curTreeData.nodeType === 1000 ||
|
|
|
+ curTreeData.nodeType === 1001
|
|
|
+ "
|
|
|
+ >关联节点
|
|
|
+ </el-link>
|
|
|
|
|
|
<el-link
|
|
|
class="mg-l-10"
|
|
|
@@ -700,7 +711,18 @@
|
|
|
@click="handleEditFormula(scope.$index, scope.row)"
|
|
|
>编辑元素公式
|
|
|
</el-link>
|
|
|
-
|
|
|
+ <el-link
|
|
|
+ class="mg-l-10"
|
|
|
+ type="primary"
|
|
|
+ :loading="handlesyncLoad"
|
|
|
+ @click="handleLinkNodes(scope.$index, scope.row)"
|
|
|
+ v-if="
|
|
|
+ curTreeData.nodeType === 1000 ||
|
|
|
+ curTreeData.nodeType === 1001
|
|
|
+ "
|
|
|
+ >关联节点
|
|
|
+ </el-link>
|
|
|
+
|
|
|
<el-dropdown @command="handleCommand($event,scope.row)" v-if="isNodeType">
|
|
|
<el-button type="text" class="mg-l-10">
|
|
|
表单同步<i class="el-icon-arrow-down el-icon--right"></i>
|
|
|
@@ -952,6 +974,17 @@
|
|
|
@click="handleEditFormula(scope.$index, scope.row)"
|
|
|
>编辑元素公式
|
|
|
</el-link>
|
|
|
+ <el-link
|
|
|
+ class="mg-l-10"
|
|
|
+ type="primary"
|
|
|
+ :loading="handlesyncLoad"
|
|
|
+ @click="handleLinkNodes(scope.$index, scope.row)"
|
|
|
+ v-if="
|
|
|
+ curTreeData.nodeType === 1000 ||
|
|
|
+ curTreeData.nodeType === 1001
|
|
|
+ "
|
|
|
+ >关联节点
|
|
|
+ </el-link>
|
|
|
|
|
|
<el-link
|
|
|
class="mg-l-10"
|