|
|
@@ -124,11 +124,14 @@
|
|
|
sortBy: 'SUBJECT_',
|
|
|
label: '主题',
|
|
|
link: 'dialog',
|
|
|
- sortable: 'custom'
|
|
|
+ sortable: 'custom',
|
|
|
+ width: '250'
|
|
|
},
|
|
|
- { prop: 'ownerName', label: '发送人' },
|
|
|
- { prop: 'messageType', label: '消息类型', tags: typeOptions },
|
|
|
- { prop: 'createTime', label: '发送时间', dateFormat: 'yyyy-MM-dd HH:mm:ss' }
|
|
|
+ { prop: 'ownerName', label: '发送人', width: '150' },
|
|
|
+ { prop: 'messageType', label: '消息类型', tags: typeOptions, width: '250' },
|
|
|
+ { prop: 'content', label: '消息描述' },
|
|
|
+
|
|
|
+ { prop: 'createTime', label: '发送时间', dateFormat: 'yyyy-MM-dd HH:mm:ss', width: '250' }
|
|
|
],
|
|
|
rowHandle: {
|
|
|
actions: [
|