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

ShineKOT 发布系统代码 [后台服务,演示应用]

上级 0392baf9
...@@ -290,7 +290,7 @@ export default class CtrlListBase extends Vue implements ControlInterface { ...@@ -290,7 +290,7 @@ export default class CtrlListBase extends Vue implements ControlInterface {
* @type {string} * @type {string}
* @memberof CtrlListBase * @memberof CtrlListBase
*/ */
public groupFieldCodelist: any = {}; public groupFieldCodelist: any = {type: 'STATIC',tag: 'AppCtrlType'};
/** /**
* 分组数据 * 分组数据
......
...@@ -18,6 +18,7 @@ export default class CtrlListModel { ...@@ -18,6 +18,7 @@ export default class CtrlListModel {
name: 'ibizappctrltype', name: 'ibizappctrltype',
prop: 'ibizappctrltype', prop: 'ibizappctrltype',
dataType: 'TEXT', dataType: 'TEXT',
codelist:{tag:'AppCtrlType',codelistType:'STATIC'},
}, },
{ {
name: 'srfdescription', name: 'srfdescription',
......
...@@ -290,7 +290,7 @@ export default class ViewListBase extends Vue implements ControlInterface { ...@@ -290,7 +290,7 @@ export default class ViewListBase extends Vue implements ControlInterface {
* @type {string} * @type {string}
* @memberof ViewListBase * @memberof ViewListBase
*/ */
public groupFieldCodelist: any = {}; public groupFieldCodelist: any = {type: 'STATIC',tag: 'AppViewType'};
/** /**
* 分组数据 * 分组数据
......
...@@ -38,6 +38,7 @@ export default class ViewListModel { ...@@ -38,6 +38,7 @@ export default class ViewListModel {
name: 'ibizappviewtype', name: 'ibizappviewtype',
prop: 'ibizappviewtype', prop: 'ibizappviewtype',
dataType: 'TEXT', dataType: 'TEXT',
codelist:{tag:'AppViewType',codelistType:'STATIC'},
}, },
{ {
name: 'srfkey', name: 'srfkey',
......
...@@ -108,6 +108,7 @@ ...@@ -108,6 +108,7 @@
"field_logic_name":"应用部件类型", "field_logic_name":"应用部件类型",
"entity_name":"IBIZAPPCTRL", "entity_name":"IBIZAPPCTRL",
"field_type":"TEXT", "field_type":"TEXT",
"dict":"AppCtrlType",
"nullable":1, "nullable":1,
"physical_field":1, "physical_field":1,
"data_type":"VARCHAR", "data_type":"VARCHAR",
...@@ -271,6 +272,7 @@ ...@@ -271,6 +272,7 @@
"field_logic_name":"编辑器类型", "field_logic_name":"编辑器类型",
"entity_name":"IBIZAPPEDITOR", "entity_name":"IBIZAPPEDITOR",
"field_type":"TEXT", "field_type":"TEXT",
"dict":"AppEditorType",
"nullable":1, "nullable":1,
"physical_field":1, "physical_field":1,
"data_type":"VARCHAR", "data_type":"VARCHAR",
...@@ -460,6 +462,7 @@ ...@@ -460,6 +462,7 @@
"field_logic_name":"应用视图类型", "field_logic_name":"应用视图类型",
"entity_name":"IBIZAPPVIEW", "entity_name":"IBIZAPPVIEW",
"field_type":"TEXT", "field_type":"TEXT",
"dict":"AppViewType",
"nullable":1, "nullable":1,
"physical_field":1, "physical_field":1,
"data_type":"VARCHAR", "data_type":"VARCHAR",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册