...
|
...
|
@@ -23,7 +23,7 @@ export const columns: BasicColumn[] = [ |
23
|
23
|
slots: { customRender: 'alarmContact' },
|
24
|
24
|
},
|
25
|
25
|
{
|
26
|
|
- title: '联系方式',
|
|
26
|
+ title: '通知方式',
|
27
|
27
|
dataIndex: 'messageMode',
|
28
|
28
|
width: 155,
|
29
|
29
|
slots: { customRender: 'messageMode' },
|
...
|
...
|
|