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

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

上级 fa1f7484
...@@ -172,8 +172,7 @@ ...@@ -172,8 +172,7 @@
"name" : "view_drbar", "name" : "view_drbar",
"getPSLayout" : { "getPSLayout" : {
"dir" : "row", "dir" : "row",
"layout" : "FLEX", "layout" : "FLEX"
"vAlign" : "center"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
...@@ -182,6 +181,20 @@ ...@@ -182,6 +181,20 @@
"layout" : "FLEX", "layout" : "FLEX",
"shrink" : 0 "shrink" : 0
}, },
"getPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container",
"getPSLayout" : {
"dir" : "row",
"layout" : "FLEX",
"vAlign" : "center"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"actionType" : "NONE", "actionType" : "NONE",
"buttonStyle" : "DEFAULT", "buttonStyle" : "DEFAULT",
...@@ -340,6 +353,7 @@ ...@@ -340,6 +353,7 @@
"cssName" : "vertical-divider" "cssName" : "vertical-divider"
}, },
"showCaption" : true "showCaption" : true
} ]
}, { }, {
"caption" : "数据关系栏", "caption" : "数据关系栏",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
......
...@@ -179,8 +179,7 @@ ...@@ -179,8 +179,7 @@
"name" : "view_drbar", "name" : "view_drbar",
"getPSLayout" : { "getPSLayout" : {
"dir" : "row", "dir" : "row",
"layout" : "FLEX", "layout" : "FLEX"
"vAlign" : "center"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
...@@ -189,6 +188,20 @@ ...@@ -189,6 +188,20 @@
"layout" : "FLEX", "layout" : "FLEX",
"shrink" : 0 "shrink" : 0
}, },
"getPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "container",
"getPSLayout" : {
"dir" : "row",
"layout" : "FLEX",
"vAlign" : "center"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"actionType" : "NONE", "actionType" : "NONE",
"buttonStyle" : "DEFAULT", "buttonStyle" : "DEFAULT",
...@@ -347,6 +360,7 @@ ...@@ -347,6 +360,7 @@
"cssName" : "vertical-divider" "cssName" : "vertical-divider"
}, },
"showCaption" : true "showCaption" : true
} ]
}, { }, {
"caption" : "数据关系栏", "caption" : "数据关系栏",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
......
...@@ -12333,16 +12333,16 @@ ...@@ -12333,16 +12333,16 @@
"id" : "ViewMsg4" "id" : "ViewMsg4"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg6"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg5"
} }
} ] } ]
}, { }, {
...@@ -12359,6 +12359,12 @@ ...@@ -12359,6 +12359,12 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图上方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg7"
}
}, {
"name" : "消息位置-弹出", "name" : "消息位置-弹出",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -12376,29 +12382,24 @@ ...@@ -12376,29 +12382,24 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg9"
} }
}, {
"name" : "消息位置-视图上方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg7"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-错误信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg5"
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "关闭模式-无删除-上方-常规", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg6"
} },
"position" : "POPUP"
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -12406,6 +12407,12 @@ ...@@ -12406,6 +12407,12 @@
"id" : "ViewMsg4" "id" : "ViewMsg4"
}, },
"position" : "POPUP" "position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -12430,13 +12437,6 @@ ...@@ -12430,13 +12437,6 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg13"
} }
}, {
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
},
"position" : "POPUP"
} ] } ]
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
...@@ -12464,16 +12464,16 @@ ...@@ -12464,16 +12464,16 @@
"codeName" : "VMGroup6", "codeName" : "VMGroup6",
"name" : "视图消息动态模式测试", "name" : "视图消息动态模式测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "动态模式-实体数据集", "name" : "动态模式-静态内容",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg14" "id" : "ViewMsg15"
} }
}, { }, {
"name" : "动态模式-静态内容", "name" : "动态模式-实体数据集",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg15" "id" : "ViewMsg14"
} }
} ] } ]
} ], } ],
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册