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

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

上级 186e962c
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "RIGHT", "align" : "RIGHT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "NONE",
"caption" : "属性列:标题", "caption" : "属性列:标题",
"getCellPSSysCss" : { "getCellPSSysCss" : {
"cssName" : "color-red" "cssName" : "color-red"
...@@ -163,10 +163,6 @@ ...@@ -163,10 +163,6 @@
}, },
"name" : "test4", "name" : "test4",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList83.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "TEST4", "name" : "TEST4",
"codeName" : "Test4" "codeName" : "Test4"
......
...@@ -537,7 +537,7 @@ ...@@ -537,7 +537,7 @@
"enableSort" : true "enableSort" : true
}, { }, {
"align" : "RIGHT", "align" : "RIGHT",
"cLConvertMode" : "FRONT", "cLConvertMode" : "NONE",
"caption" : "属性列:标题", "caption" : "属性列:标题",
"getCellPSSysCss" : { "getCellPSSysCss" : {
"cssName" : "color-red" "cssName" : "color-red"
...@@ -553,10 +553,6 @@ ...@@ -553,10 +553,6 @@
}, },
"name" : "test4", "name" : "test4",
"noPrivDisplayMode" : 2, "noPrivDisplayMode" : 2,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList83.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "TEST4", "name" : "TEST4",
"codeName" : "Test4" "codeName" : "Test4"
......
...@@ -104,14 +104,6 @@ ...@@ -104,14 +104,6 @@
"id" : "VMGroup" "id" : "VMGroup"
}, },
"getPSAppViewRefs" : [ { "getPSAppViewRefs" : [ {
"name" : "NEWDATA",
"realTitle" : "图表测试",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTestChartView.json",
"viewType" : "DECHARTVIEW"
}
}, {
"name" : "EDITDATA", "name" : "EDITDATA",
"realTitle" : "测试实体编辑视图", "realTitle" : "测试实体编辑视图",
"getRefPSAppView" : { "getRefPSAppView" : {
...@@ -119,6 +111,14 @@ ...@@ -119,6 +111,14 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, {
"name" : "NEWDATA",
"realTitle" : "图表测试",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTestChartView.json",
"viewType" : "DECHARTVIEW"
}
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -1109,6 +1109,10 @@ ...@@ -1109,6 +1109,10 @@
"getPSSysCss" : { "getPSSysCss" : {
"cssName" : "test3" "cssName" : "test3"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "LIST_RENDER",
"pluginCode" : "PFPlugin"
},
"pagingSize" : 50, "pagingSize" : 50,
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
"modelref" : true, "modelref" : true,
......
...@@ -3222,6 +3222,16 @@ ...@@ -3222,6 +3222,16 @@
"templCode2" : "const b = 222;console.log(222)\nconsole.log(b)", "templCode2" : "const b = 222;console.log(222)\nconsole.log(b)",
"templCode3" : "const c = 333;console.log(333)\nconsole.log(c)", "templCode3" : "const c = 333;console.log(333)\nconsole.log(c)",
"templCode4" : "const d = 444;console.log(444)\nconsole.log(d)" "templCode4" : "const d = 444;console.log(444)\nconsole.log(d)"
}, {
"name" : "移动端轮播图插件",
"getPSSysPFPlugin" : {
"pluginType" : "LIST_RENDER",
"pluginCode" : "PFPlugin"
},
"pluginCode" : "PFPlugin",
"pluginType" : "LIST_RENDER",
"refMode" : "CONTROL",
"refTag" : "LIST"
}, { }, {
"name" : "编辑器插件", "name" : "编辑器插件",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -90,6 +90,16 @@ ...@@ -90,6 +90,16 @@
"templCode2" : "const b = 222;console.log(222)\nconsole.log(b)", "templCode2" : "const b = 222;console.log(222)\nconsole.log(b)",
"templCode3" : "const c = 333;console.log(333)\nconsole.log(c)", "templCode3" : "const c = 333;console.log(333)\nconsole.log(c)",
"templCode4" : "const d = 444;console.log(444)\nconsole.log(d)" "templCode4" : "const d = 444;console.log(444)\nconsole.log(d)"
}, {
"name" : "移动端轮播图插件",
"getPSSysPFPlugin" : {
"pluginType" : "LIST_RENDER",
"pluginCode" : "PFPlugin"
},
"pluginCode" : "PFPlugin",
"pluginType" : "LIST_RENDER",
"refMode" : "CONTROL",
"refTag" : "LIST"
}, { }, {
"name" : "编辑器插件", "name" : "编辑器插件",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册