Commit d9700411add670a1c4376d81e217e6d046cc6c07
1 parent
5bde1fae
perf: message manage sms && email tabel add remark column
Showing
3 changed files
with
11 additions
and
1 deletions
| @@ -86,7 +86,7 @@ | @@ -86,7 +86,7 @@ | ||
| 86 | }); | 86 | }); |
| 87 | function handleQuery(record: Recordable) { | 87 | function handleQuery(record: Recordable) { |
| 88 | Modal.info({ | 88 | Modal.info({ |
| 89 | - title: '当前配置', | 89 | + title: '消息内容', |
| 90 | width: 480, | 90 | width: 480, |
| 91 | centered: true, | 91 | centered: true, |
| 92 | maskClosable: true, | 92 | maskClosable: true, |
| @@ -36,6 +36,11 @@ export const columns: BasicColumn[] = [ | @@ -36,6 +36,11 @@ export const columns: BasicColumn[] = [ | ||
| 36 | width: 160, | 36 | width: 160, |
| 37 | }, | 37 | }, |
| 38 | { | 38 | { |
| 39 | + title: '备注', | ||
| 40 | + dataIndex: 'remark', | ||
| 41 | + width: 120, | ||
| 42 | + }, | ||
| 43 | + { | ||
| 39 | title: '发送时间', | 44 | title: '发送时间', |
| 40 | dataIndex: 'sendTime', | 45 | dataIndex: 'sendTime', |
| 41 | width: 180, | 46 | width: 180, |
| @@ -36,6 +36,11 @@ export const columns: BasicColumn[] = [ | @@ -36,6 +36,11 @@ export const columns: BasicColumn[] = [ | ||
| 36 | }, | 36 | }, |
| 37 | }, | 37 | }, |
| 38 | { | 38 | { |
| 39 | + title: '备注', | ||
| 40 | + dataIndex: 'remark', | ||
| 41 | + width: 120, | ||
| 42 | + }, | ||
| 43 | + { | ||
| 39 | title: '发送时间', | 44 | title: '发送时间', |
| 40 | dataIndex: 'sendTime', | 45 | dataIndex: 'sendTime', |
| 41 | width: 160, | 46 | width: 160, |