fjl
fujunling
2023-07-18 2c6c24281d4c261b172d02a98df9524cffc0c276
Source/UBCS-WEB/src/components/code-dialog-page/formulaEditor.vue
@@ -343,10 +343,14 @@
export default {
  name: "formulaEditor",
  props: {
     // 对话框显示隐藏控制
    // 对话框显示隐藏控制
    visible: {
        type: "Boolean",
        default: false,
    },
    componentRuleText:{
      type:String,
      default: ""
    },
    //本场景变量
    thisSceneTableData: {
@@ -650,6 +654,9 @@
          this.isShowformulaEdit = this.visible;
      }
  },
  mounted() {
    this.formulaContent=this.componentRuleText
  },
  methods: {
    //双击添加公式内容