|
|
@@ -12,12 +12,12 @@ Ext.define('erp.view.desktop.BoardManageRightPanel',{
|
|
|
xtype: 'grid',
|
|
|
id:'tplGrid',
|
|
|
height: 400,
|
|
|
- border:false,
|
|
|
- title: '模板启用',
|
|
|
+ title: '选择模板',
|
|
|
+ hideHeaders:true,
|
|
|
store: Ext.data.StoreManager.lookup('boardmodel'),
|
|
|
selModel: Ext.create('Ext.selection.CheckboxModel'),
|
|
|
columns: [
|
|
|
- {text: '名称', dataIndex:'name', width: 150,flex:1},
|
|
|
+ {text: '选择模板', dataIndex:'name', width: 150,flex:1},
|
|
|
{text: 'ID', dataIndex:'code', width: 150,hidden:true}
|
|
|
],
|
|
|
listeners: {
|