提交 38c24138 编写于 作者: ibizdev's avatar ibizdev

zhanghengfeng 发布系统代码 [TrainSys,网页端]

上级 3b0b2ddd
...@@ -134,12 +134,6 @@ ...@@ -134,12 +134,6 @@
"scriptCode" : "console.log('定时器触发')", "scriptCode" : "console.log('定时器触发')",
"timer" : 1000, "timer" : 1000,
"triggerType" : "TIMER" "triggerType" : "TIMER"
}, {
"logicTag" : "chart",
"logicType" : "SCRIPT",
"name" : "logic5",
"scriptCode" : "console.log('项显示逻辑')",
"triggerType" : "ITEMVISIBLE"
}, { }, {
"logicTag" : "chart", "logicTag" : "chart",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
...@@ -197,6 +191,14 @@ ...@@ -197,6 +191,14 @@
"y" : [ "FIELD9" ], "y" : [ "FIELD9" ],
"id" : "0" "id" : "0"
}, },
"getPSControlLogics" : [ {
"itemName" : "bar_0",
"logicTag" : "chart",
"logicType" : "SCRIPT",
"name" : "logic5",
"scriptCode" : "console.log('项显示逻辑')",
"triggerType" : "ITEMVISIBLE"
} ],
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "bar", "seriesType" : "bar",
"valueField" : "FIELD9", "valueField" : "FIELD9",
......
...@@ -302,12 +302,6 @@ ...@@ -302,12 +302,6 @@
"scriptCode" : "console.log('定时器触发')", "scriptCode" : "console.log('定时器触发')",
"timer" : 1000, "timer" : 1000,
"triggerType" : "TIMER" "triggerType" : "TIMER"
}, {
"logicTag" : "chart",
"logicType" : "SCRIPT",
"name" : "logic5",
"scriptCode" : "console.log('项显示逻辑')",
"triggerType" : "ITEMVISIBLE"
}, { }, {
"logicTag" : "chart", "logicTag" : "chart",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
...@@ -370,6 +364,14 @@ ...@@ -370,6 +364,14 @@
"y" : [ "FIELD9" ], "y" : [ "FIELD9" ],
"id" : "0" "id" : "0"
}, },
"getPSControlLogics" : [ {
"itemName" : "bar_0",
"logicTag" : "chart",
"logicType" : "SCRIPT",
"name" : "logic5",
"scriptCode" : "console.log('项显示逻辑')",
"triggerType" : "ITEMVISIBLE"
} ],
"seriesLayoutBy" : "column", "seriesLayoutBy" : "column",
"seriesType" : "bar", "seriesType" : "bar",
"valueField" : "FIELD9", "valueField" : "FIELD9",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册