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

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

上级 833646b9
......@@ -601,7 +601,7 @@
},
"getPSSysPFPlugin" : {
"pluginType" : "CUSTOM",
"pluginCode" : "Test",
"pluginCode" : "runtime_widget_out",
"runtimeObject" : true
},
"getRemovePSControlAction" : {
......
......@@ -1051,22 +1051,29 @@
"controlType" : "APPMENU"
} ],
"getAllPSAppPFPluginRefs" : [ {
"name" : "Test",
"pluginCode" : "Test",
"name" : "bujian",
"pluginCode" : "bujian",
"pluginType" : "CUSTOM",
"refMode" : "CONTROL",
"refTag" : "FORM",
"templCode" : "<template>\r\n<div class='plugin'>插件</div>\r\n</template>\r\n<script>\r\nexport default {\r\n\r\n}\r\n</script>\r\n<style>\r\n.plugin {\r\n color: red;\r\n}\r\n</style>",
"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" : "bujian",
"pluginCode" : "bujian",
"name" : "运行时部件(出来)",
"pluginCode" : "runtime_widget_out",
"pluginType" : "CUSTOM",
"refMode" : "CONTROL",
"refTag" : "FORM",
"templCode" : "<template>\n <div class='messagecolor'>{{message}}</div>\n</template>\n<script>\nexport default {\n data() {\n return {\n message:'示例-出来'\n }\n },\n}\n</script>\n<style>\n.messagecolor{\n color:red;\n}\n</style>",
"templCode2" : "{\"template\":\"function anonymous(\\n) {\\nwith(this){return _c('div',{staticClass:\\\"messagecolor\\\"},[_v(_s(message))])}\\n}\",\"script\":\"\\nexport default {\\n data() {\\n return {\\n message:'示例-chulai'\\n }\\n },\\n}\\n\",\"style\":\"\\n.messagecolor{\\n color:red;\\n}\\n\"}",
"runtimeObject" : true
}, {
"name" : "运行时部件(未出来)",
"pluginCode" : "runtime_widget_not_out",
"pluginType" : "CUSTOM",
"refMode" : "CONTROL",
"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
}, {
"name" : "门户部件插件测试",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册