Commit 10f1c903e21d45aee8b95cca322f18c43407107b

Authored by xp.Huang
2 parents efc1517c ac162016

Merge branch 'perf/dataflow' into 'main_dev'

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

See merge request yunteng/thingskit-front!1324
... ... @@ -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 } }) => {
... ...