|
|
@@ -139,20 +139,19 @@ Ext.define('school.view.interaction.notice.List', {
|
|
|
}, {
|
|
|
text: '标题',
|
|
|
dataIndex: 'notify_title',
|
|
|
- width: 120,
|
|
|
- // tdCls: 'x-detail-column',
|
|
|
- // listeners: {
|
|
|
- // click: function(view, td, row, col, e, record, tr, eOpts, event) {
|
|
|
- // let gridConfig = me.gridConfig;
|
|
|
- // school.util.BaseUtil.openTab(gridConfig.addXtype, gridConfig.addTitle + '(' + record.get('notify_title') + ')', gridConfig.addXtype + record.get(gridConfig.idField), {
|
|
|
- // initId: record.get(gridConfig.idField)
|
|
|
- // });
|
|
|
- // }
|
|
|
- // }
|
|
|
+ width: 250
|
|
|
}, {
|
|
|
text: '内容',
|
|
|
dataIndex: 'notify_details',
|
|
|
- width: 300
|
|
|
+ width: 300,
|
|
|
+ xtype: 'widgetcolumn',
|
|
|
+ tdCls: 'content-column',
|
|
|
+ widget: {
|
|
|
+ xtype: 'textareatrigger',
|
|
|
+ winTitle: '内容',
|
|
|
+ margin: '0',
|
|
|
+ editable: false
|
|
|
+ },
|
|
|
}, {
|
|
|
text: '发布人',
|
|
|
dataIndex: 'creator',
|