Commit d73989f0 by fsn

修改页面的模板文件

parent 18467107
...@@ -14,7 +14,7 @@ var ${context.bizEnBigName} = { ...@@ -14,7 +14,7 @@ var ${context.bizEnBigName} = {
${context.bizEnBigName}.initColumn = function () { ${context.bizEnBigName}.initColumn = function () {
return [ return [
{field: 'selectItem', radio: true}, {field: 'selectItem', radio: true},
{title: 'id', field: 'id', align: 'center', valign: 'middle'} {title: 'id', field: 'id', visible: false, align: 'center', valign: 'middle'}
]; ];
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment