提交 7d34eb97 编写于 作者: ibizdev's avatar ibizdev

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

上级 bc83e9b6
{
"codeName" : "Main",
"controlStyle" : "RuntimeWidget",
"controlType" : "FORM",
"getCreatePSControlAction" : {
"modelref" : true,
......@@ -600,8 +601,8 @@
"layout" : "TABLE_24COL"
},
"getPSSysPFPlugin" : {
"pluginType" : "CUSTOM",
"pluginCode" : "bujian",
"pluginType" : "EDITFORM_RENDER",
"pluginCode" : "RuntimeWidget",
"runtimeObject" : true
},
"getRemovePSControlAction" : {
......
......@@ -902,6 +902,7 @@
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "Main",
"controlStyle" : "RuntimeWidget",
"controlType" : "FORM",
"getCreatePSControlAction" : {
"modelref" : true,
......@@ -1586,8 +1587,8 @@
"layout" : "TABLE_24COL"
},
"getPSSysPFPlugin" : {
"pluginType" : "CUSTOM",
"pluginCode" : "bujian",
"pluginType" : "EDITFORM_RENDER",
"pluginCode" : "RuntimeWidget",
"runtimeObject" : true
},
"getRemovePSControlAction" : {
......
......@@ -1059,6 +1059,13 @@
"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
}, {
"name" : "部件运行时插件测试(编辑表单)",
"pluginCode" : "RuntimeWidget",
"pluginType" : "EDITFORM_RENDER",
"refMode" : "CONTROL",
"refTag" : "FORM",
"runtimeObject" : true
} ],
"getAllPSAppViews" : [ {
"modelref" : true,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册