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 | 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 | }, | ... | ... |