|
@@ -1172,7 +1172,7 @@
|
|
|
</el-dialog>
|
|
|
<!-- 元素公式 -->
|
|
|
<el-dialog
|
|
|
- title="元素公式"
|
|
|
+ title="元素公式22"
|
|
|
:visible.sync="editEleFormulaVisible"
|
|
|
width="800px"
|
|
|
append-to-body
|
|
@@ -1202,13 +1202,13 @@
|
|
|
<template slot-scope="scope">
|
|
|
<el-link
|
|
|
:type="scope.row.globalFormula == 1 ? 'warning' : 'primary'"
|
|
|
- @click="toFormulaEdit(scope.row,1)"
|
|
|
+ @click="toFormulaEdit(scope.row,10)"
|
|
|
>全局公式</el-link
|
|
|
>
|
|
|
<el-link
|
|
|
class="mg-l-10"
|
|
|
:type="scope.row.isSaveFormula == 1 ? 'warning' : 'primary'"
|
|
|
- @click="toFormulaEdit(scope.row,10)"
|
|
|
+ @click="toFormulaEdit(scope.row,20)"
|
|
|
>节点公式</el-link
|
|
|
>
|
|
|
<!-- <el-link
|
|
@@ -1422,7 +1422,7 @@
|
|
|
|
|
|
<!-- 节点公式 -->
|
|
|
<el-dialog
|
|
|
- title="元素公式"
|
|
|
+ title="元素公式22"
|
|
|
:visible.sync="formulaCompVisible"
|
|
|
fullscreen
|
|
|
append-to-body
|