提交 58a4f7c3 编写于 作者: ibizdev's avatar ibizdev

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

上级 f5a517fc
{ {
"codeName" : "Main", "codeName" : "Main",
"controlStyle" : "RuntimeWidget", "controlStyle" : "Test",
"controlType" : "FORM", "controlType" : "FORM",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -601,8 +601,8 @@ ...@@ -601,8 +601,8 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "EDITFORM_RENDER", "pluginType" : "CUSTOM",
"pluginCode" : "RuntimeWidget", "pluginCode" : "Test",
"runtimeObject" : true "runtimeObject" : true
}, },
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
......
...@@ -902,7 +902,7 @@ ...@@ -902,7 +902,7 @@
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "Main", "codeName" : "Main",
"controlStyle" : "RuntimeWidget", "controlStyle" : "Test",
"controlType" : "FORM", "controlType" : "FORM",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -1587,8 +1587,8 @@ ...@@ -1587,8 +1587,8 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "EDITFORM_RENDER", "pluginType" : "CUSTOM",
"pluginCode" : "RuntimeWidget", "pluginCode" : "Test",
"runtimeObject" : true "runtimeObject" : true
}, },
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
......
...@@ -1051,20 +1051,20 @@ ...@@ -1051,20 +1051,20 @@
"controlType" : "APPMENU" "controlType" : "APPMENU"
} ], } ],
"getAllPSAppPFPluginRefs" : [ { "getAllPSAppPFPluginRefs" : [ {
"name" : "bujian", "name" : "Test",
"pluginCode" : "bujian", "pluginCode" : "Test",
"pluginType" : "CUSTOM", "pluginType" : "CUSTOM",
"refMode" : "CONTROL", "refMode" : "CONTROL",
"refTag" : "FORM", "refTag" : "FORM",
"templCode" : "<template>\r\n <button class='xx' @click='add'>xxx</button>\r\n </template>\r\n <script>\r\n export default {\r\n methods:{\r\n add(){\r\n alert('add')\r\n }\r\n }\r\n }\r\n </script>\r\n <style>\r\n .xx{\r\n color:red;\r\n }\r\n </style>\r\n",
"templCode2" : "{\"template\":\"function anonymous(\\n) {\\nwith(this){return _c(\\\"div\\\")}\\n}\",\"script\":\"\",\"style\":\"\"}",
"runtimeObject" : true "runtimeObject" : true
}, { }, {
"name" : "部件运行时插件测试(编辑表单)", "name" : "bujian",
"pluginCode" : "RuntimeWidget", "pluginCode" : "bujian",
"pluginType" : "EDITFORM_RENDER", "pluginType" : "CUSTOM",
"refMode" : "CONTROL", "refMode" : "CONTROL",
"refTag" : "FORM", "refTag" : "FORM",
"templCode" : "<template>\r\n <button class='xx' @click='add'>xxx</button>\r\n </template>\r\n <script>\r\n export default {\r\n methods:{\r\n add(){\r\n alert('add')\r\n }\r\n }\r\n }\r\n </script>\r\n <style>\r\n .xx{\r\n color:red;\r\n }\r\n </style>\r\n",
"templCode2" : "{\"template\":\"function anonymous(\\n) {\\nwith(this){return _c(\\\"div\\\")}\\n}\",\"script\":\"\",\"style\":\"\"}",
"runtimeObject" : true "runtimeObject" : true
} ], } ],
"getAllPSAppViews" : [ { "getAllPSAppViews" : [ {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册