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

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

上级 85a0e5d2
......@@ -6,7 +6,6 @@
"gridRowActiveMode" : 1,
"height" : 2000,
"name" : "TESTGRIDUsr09053571GridView",
"openMode" : "DRAWER_TOP",
"getPSAppCounterRef" : {
"modelref" : true,
"id" : "aa6e16464930a722312196486a5154a5"
......@@ -110,7 +109,7 @@
"id" : "VMGroup2"
},
"getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"name" : "EDITDATA",
"realTitle" : "书编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -118,7 +117,7 @@
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EDITDATA",
"name" : "NEWDATA",
"realTitle" : "书编辑视图",
"getRefPSAppView" : {
"modelref" : true,
......@@ -1384,6 +1383,10 @@
"glyph" : "xf0f1@FontAwesome",
"cssClass" : "fa fa-stethoscope"
},
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "viewPlugin"
},
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEGRIDVIEW",
......@@ -1404,7 +1407,7 @@
},
"subCaption" : "视图子标题:测试视图子标题",
"title" : "视图抬头:数据表格95",
"viewStyle" : "DEFAULT",
"viewStyle" : "viewStyle",
"viewType" : "DEGRIDVIEW",
"width" : 1600,
"xDataControlName" : "grid",
......
......@@ -3226,6 +3226,20 @@
"refTag2" : "DEFGRIDCOLUMN",
"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\":\"\"}"
}, {
"name" : "view插件",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "viewPlugin"
},
"pluginCode" : "viewPlugin",
"pluginType" : "VIEW_CUSTOM",
"refMode" : "APPVIEW",
"refTag" : "DEGRIDVIEW",
"templCode" : "view1",
"templCode2" : "view2",
"templCode3" : "view3",
"templCode4" : "view4"
}, {
"name" : "view插件",
"getPSSysPFPlugin" : {
......@@ -3453,6 +3467,15 @@
"pluginCode" : "PubViewTest",
"typeCode" : "PubTest",
"viewType" : "DEDATAVIEW"
}, {
"name" : "viewStyle",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "viewPlugin"
},
"pluginCode" : "viewPlugin",
"typeCode" : "viewStyle",
"viewType" : "DEGRIDVIEW"
}, {
"name" : "viewStyle",
"getPSSysPFPlugin" : {
......@@ -26,6 +26,20 @@
"refTag2" : "DEFGRIDCOLUMN",
"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\":\"\"}"
}, {
"name" : "view插件",
"getPSSysPFPlugin" : {
"pluginType" : "VIEW_CUSTOM",
"pluginCode" : "viewPlugin"
},
"pluginCode" : "viewPlugin",
"pluginType" : "VIEW_CUSTOM",
"refMode" : "APPVIEW",
"refTag" : "DEGRIDVIEW",
"templCode" : "view1",
"templCode2" : "view2",
"templCode3" : "view3",
"templCode4" : "view4"
}, {
"name" : "view插件",
"getPSSysPFPlugin" : {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册