完成所有主列表JS模块化

This commit is contained in:
yubaolee
2016-04-16 23:25:00 +08:00
parent 25bb5bf07c
commit 2f0a9a3719
27 changed files with 1426 additions and 1400 deletions

View File

@@ -42,19 +42,7 @@ function MainGrid() {
label: '主页面URL',
width: 100
},
{
name: 'HotKey',
label: '热键',
width: 100
},
{
name: 'ParentId',
label: '父节点流水号',
width: 100
, type: 'select',
align: 'center',
items: [{ '0': '默认' }, { '1': '状态1' }],
},
{
name: 'IsLeaf',
label: '是否叶子节点',
@@ -71,11 +59,6 @@ function MainGrid() {
align: 'center',
items: [{ 'false': '否' }, { 'true': '是' }],
},
{
name: 'IconName',
label: '节点图标文件名称',
width: 100
},
{
name: 'Status',
label: '当前状态',