...
|
...
|
@@ -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,
|
...
|
...
|
|