Ver código fonte

【新项目】【看板项目】【选择模板grid样式修改】

sunyj 8 anos atrás
pai
commit
4fec56b6dc

+ 3 - 3
kanban-console/src/main/webapp/resources/app/view/desktop/BoardManageRightPanel.js

@@ -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: {