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

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

上级 84dccff0
...@@ -14,6 +14,11 @@ export default class CtrlListModel { ...@@ -14,6 +14,11 @@ export default class CtrlListModel {
*/ */
public getDataItems(): any[] { public getDataItems(): any[] {
return [ return [
{
name: 'ibizappctrltype',
prop: 'ibizappctrltype',
dataType: 'TEXT',
},
{ {
name: 'srfdescription', name: 'srfdescription',
prop: 'ctrldescription', prop: 'ctrldescription',
......
...@@ -34,6 +34,11 @@ export default class ViewListModel { ...@@ -34,6 +34,11 @@ export default class ViewListModel {
prop: 'documentaddress', prop: 'documentaddress',
dataType: 'TEXT', dataType: 'TEXT',
}, },
{
name: 'ibizappviewtype',
prop: 'ibizappviewtype',
dataType: 'TEXT',
},
{ {
name: 'srfkey', name: 'srfkey',
prop: 'ibizappviewid', prop: 'ibizappviewid',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册