Commit 5c74fd5b554a057237c5d74dfb371c95025a7085

Authored by fengwotao
1 parent 301f2606

fix:DEFECT-651 消息记录短信和邮件备注无实际用处

... ... @@ -36,11 +36,6 @@ export const columns: BasicColumn[] = [
36 36 width: 160,
37 37 },
38 38 {
39   - title: '备注',
40   - dataIndex: 'remark',
41   - width: 160,
42   - },
43   - {
44 39 title: '发送时间',
45 40 dataIndex: 'sendTime',
46 41 width: 180,
... ...
... ... @@ -36,11 +36,6 @@ export const columns: BasicColumn[] = [
36 36 },
37 37 },
38 38 {
39   - title: '备注',
40   - dataIndex: 'remark',
41   - width: 160,
42   - },
43   - {
44 39 title: '发送时间',
45 40 dataIndex: 'sendTime',
46 41 width: 160,
... ...