Commit a5947f09 authored by 李纪文's avatar 李纪文

fix: 组态增加展示方式

parent baab3314
...@@ -185,6 +185,7 @@ const ConfigurationView = (props) => { ...@@ -185,6 +185,7 @@ const ConfigurationView = (props) => {
} else { } else {
myDiagram.model.setDataProperty(node, 'showVal', realVal); myDiagram.model.setDataProperty(node, 'showVal', realVal);
} }
// 颜色规则
shRule = ruleOperation(node, realVal); shRule = ruleOperation(node, realVal);
myDiagram.model.setDataProperty( myDiagram.model.setDataProperty(
node, node,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment