Commit 10f1c903e21d45aee8b95cca322f18c43407107b
Merge branch 'perf/dataflow' into 'main_dev'
perf: 告警联系人新增和列表名称相对应,列如:微信改为企业微信 See merge request yunteng/thingskit-front!1324
Showing
2 changed files
with
4 additions
and
4 deletions
@@ -16,17 +16,17 @@ export const columns: BasicColumn[] = [ | @@ -16,17 +16,17 @@ export const columns: BasicColumn[] = [ | ||
16 | width: 160, | 16 | width: 160, |
17 | }, | 17 | }, |
18 | { | 18 | { |
19 | - title: '手机', | 19 | + title: '手机号码', |
20 | dataIndex: 'phone', | 20 | dataIndex: 'phone', |
21 | width: 160, | 21 | width: 160, |
22 | }, | 22 | }, |
23 | { | 23 | { |
24 | - title: '邮箱', | 24 | + title: '电子邮箱', |
25 | dataIndex: 'email', | 25 | dataIndex: 'email', |
26 | width: 160, | 26 | width: 160, |
27 | }, | 27 | }, |
28 | { | 28 | { |
29 | - title: '微信', | 29 | + title: '企业微信', |
30 | dataIndex: 'wechat', | 30 | dataIndex: 'wechat', |
31 | width: 180, | 31 | width: 180, |
32 | }, | 32 | }, |
@@ -12,7 +12,7 @@ export const columns: BasicColumn[] = [ | @@ -12,7 +12,7 @@ export const columns: BasicColumn[] = [ | ||
12 | width: 200, | 12 | width: 200, |
13 | }, | 13 | }, |
14 | { | 14 | { |
15 | - title: '途径', | 15 | + title: '转换方式', |
16 | dataIndex: 'type', | 16 | dataIndex: 'type', |
17 | width: 200, | 17 | width: 200, |
18 | customRender: ({ record: { type } }) => { | 18 | customRender: ({ record: { type } }) => { |