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

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

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