Commit ac16201648a953c00e859de2d2c7fbef91325ed4

Authored by fengtao
Committed by xp.Huang
1 parent efc1517c

perf: 告警联系人新增和列表名称相对应,列如:微信改为企业微信

... ... @@ -16,17 +16,17 @@ export const columns: BasicColumn[] = [
16 16 width: 160,
17 17 },
18 18 {
19   - title: '手机',
  19 + title: '手机号码',
20 20 dataIndex: 'phone',
21 21 width: 160,
22 22 },
23 23 {
24   - title: '邮箱',
  24 + title: '电子邮箱',
25 25 dataIndex: 'email',
26 26 width: 160,
27 27 },
28 28 {
29   - title: '微信',
  29 + title: '企业微信',
30 30 dataIndex: 'wechat',
31 31 width: 180,
32 32 },
... ...
... ... @@ -12,7 +12,7 @@ export const columns: BasicColumn[] = [
12 12 width: 200,
13 13 },
14 14 {
15   - title: '途径',
  15 + title: '转换方式',
16 16 dataIndex: 'type',
17 17 width: 200,
18 18 customRender: ({ record: { type } }) => {
... ...