{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\form\\customView\\FormulasDialog.vue?vue&type=template&id=4c55d434&scoped=true&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\form\\customView\\FormulasDialog.vue","mtime":1675071992131},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-dialog',{attrs:{\"title\":\"公式编辑\",\"close-on-click-modal\":false,\"visible\":_vm.formulasDialogVisible,\"width\":\"80%\",\"append-to-body\":true},on:{\"update:visible\":function($event){_vm.formulasDialogVisible=$event}}},[(_vm.formulasDialogVisible)?_c('div',[_c('el-row',[(_vm.nodeType!=='sun')?_c('el-col',{attrs:{\"span\":3}},[_c('el-checkbox',{staticStyle:{\"margin-left\":\"10px\"},model:{value:(_vm.checked),callback:function ($$v) {_vm.checked=$$v},expression:\"checked\"}},[_vm._v(\"子表单列运算\")])],1):_vm._e(),_c('el-col',{staticStyle:{\"font-size\":\"14px\",\"margin-bottom\":\"10px\"},attrs:{\"span\":21}},[_vm._v(\"\\n 当前选中字段:\\n \"),_c('el-tag',{attrs:{\"type\":\"danger\"}},[_vm._v(_vm._s(_vm.field.desc))])],1)],1),_c('el-row',[_c('el-col',{attrs:{\"span\":24}},[_c('codemirror',{ref:\"mycode2\",staticClass:\"code\",attrs:{\"options\":_vm.cmOptions2,\"id\":\"singleText\"},model:{value:(_vm.formulasDiyJs),callback:function ($$v) {_vm.formulasDiyJs=$$v},expression:\"formulasDiyJs\"}})],1)],1),_c('el-row',{staticStyle:{\"margin-top\":\"15px\"},attrs:{\"gutter\":20}},[_c('el-col',{attrs:{\"span\":8}},[_vm._v(\"\\n 变量\\n \"),_c('el-card',{attrs:{\"shadow\":\"never\"}},[_c('div',{staticStyle:{\"height\":\"300px\",\"overflow-y\":\"auto\"}},[_c('el-tree',{ref:\"varTree\",attrs:{\"data\":[_vm.boDefData],\"props\":_vm.defaultProps,\"default-expand-all\":_vm.expandAll},on:{\"node-click\":_vm.handleNodeClick},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar node = ref.node;\nvar data = ref.data;\nreturn _c('span',{staticClass:\"custom-tree-node\"},[(data.columnType=='number')?_c('i',{staticClass:\"icon-number bo-tree__icon\",attrs:{\"title\":\"数字类型的字段\"}}):_vm._e(),(data.columnType=='varchar')?_c('i',{staticClass:\"icon-text bo-tree__icon\",attrs:{\"title\":\"字符串类型的字段\"}}):_vm._e(),(data.columnType=='date')?_c('i',{staticClass:\"icon-date bo-tree__icon\",attrs:{\"title\":\"日期类型的字段\"}}):_vm._e(),_c('span',{staticClass:\"bo-tree__label\",attrs:{\"title\":node.label}},[_vm._v(_vm._s(node.label))])])}}],null,false,3652807436)})],1)])],1),_c('el-col',{attrs:{\"span\":8}},[_vm._v(\"\\n 函数\\n \"),_c('el-card',{attrs:{\"shadow\":\"never\"}},[_c('div',{staticStyle:{\"height\":\"300px\",\"overflow-y\":\"auto\"}},[_c('el-tree',{ref:\"funcTree\",attrs:{\"data\":_vm.functionData,\"default-expand-all\":false,\"filter-node-method\":_vm.filterNode},on:{\"node-click\":_vm.functionNodeClick},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar node = ref.node;\nvar data = ref.data;\nreturn _c('span',{staticClass:\"custom-tree-node\",staticStyle:{\"width\":\"100%\"},on:{\"mouseenter\":function($event){return _vm.mouseenter(data)},\"mouseleave\":function($event){return _vm.mouseleave(data)}}},[_c('span',[_vm._v(_vm._s(node.label))])])}}],null,false,3501393242)})],1)])],1),_c('el-col',{attrs:{\"span\":8}},[_vm._v(\"\\n 帮助\\n \"),_c('el-card',{attrs:{\"shadow\":\"never\"}},[_c('div',{staticStyle:{\"height\":\"300px\",\"overflow-y\":\"auto\"}},[_c('div',{staticStyle:{\"white-space\":\"pre\",\"font-size\":\"12px\",\"line-height\":\"20px\"}},[_vm._v(_vm._s(_vm.helpDesc))]),_c('span',{staticStyle:{\"font-size\":\"16px\",\"color\":\"red\"}},[_vm._v(\"注意事项:\")]),_c('div',{staticStyle:{\"font-size\":\"12px\",\"line-height\":\"20px\"}},[_vm._v(\"\\n 1.此功能使用VUE自定义指令为底层实现,写法遵循VUE指令写法,指令会实时监听文本表达式的值改变,一但改变会把表达式式最终值赋值给对应字段\\n \"),_c('br'),_vm._v(\"2.不可字段之间互相引用,例:字段a的公式中包含了字段b,字段b的公式中就不可再包含字段a了,不然会发生页面死循环\\n \"),_c('br'),_vm._v(\"3.配置完公式后,请务必在浏览器开发者模式进行多次调试,以确保公式语法正确!\\n \")])])])],1)],1)],1):_vm._e(),_c('span',{staticClass:\"dialog-footer\",attrs:{\"slot\":\"footer\"},slot:\"footer\"},[_c('el-button',{attrs:{\"type\":\"primary\"},on:{\"click\":function($event){return _vm.handleClose('true')}}},[_vm._v(\"确 定\")]),_c('el-button',{on:{\"click\":function($event){return _vm.handleClose('close')}}},[_vm._v(\"取 消\")])],1)])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"]}