Showing
5 changed files
with
10 additions
and
8 deletions
| ... | ... | @@ -52,9 +52,6 @@ |
| 52 | 52 | slots: { customRender: 'action' }, |
| 53 | 53 | fixed: 'right', |
| 54 | 54 | }, |
| 55 | - // beforeFetch: (data) => { | |
| 56 | - // Reflect.set(data, 'startTime', null); | |
| 57 | - // }, | |
| 58 | 55 | }); |
| 59 | 56 | const [registerDetailDrawer, { openDrawer }] = useDrawer(); |
| 60 | 57 | const handleDetail = (record: Recordable) => { | ... | ... |
| ... | ... | @@ -14,12 +14,12 @@ export const columns: BasicColumn[] = [ |
| 14 | 14 | { |
| 15 | 15 | title: '短信平台', |
| 16 | 16 | dataIndex: 'typeDictText', |
| 17 | - width: 180, | |
| 17 | + width: 160, | |
| 18 | 18 | }, |
| 19 | 19 | { |
| 20 | 20 | title: '用途', |
| 21 | 21 | dataIndex: 'templatePurposeDictText', |
| 22 | - width: 180, | |
| 22 | + width: 160, | |
| 23 | 23 | }, |
| 24 | 24 | { |
| 25 | 25 | title: '状态', |
| ... | ... | @@ -38,12 +38,12 @@ export const columns: BasicColumn[] = [ |
| 38 | 38 | { |
| 39 | 39 | title: '备注', |
| 40 | 40 | dataIndex: 'remark', |
| 41 | - width: 180, | |
| 41 | + width: 160, | |
| 42 | 42 | }, |
| 43 | 43 | { |
| 44 | 44 | title: '发送时间', |
| 45 | 45 | dataIndex: 'sendTime', |
| 46 | - width: 180, | |
| 46 | + width: 160, | |
| 47 | 47 | }, |
| 48 | 48 | ]; |
| 49 | 49 | ... | ... |