Showing
2 changed files
with
2 additions
and
2 deletions
@@ -23,7 +23,7 @@ export const columns: BasicColumn[] = [ | @@ -23,7 +23,7 @@ export const columns: BasicColumn[] = [ | ||
23 | slots: { customRender: 'alarmContact' }, | 23 | slots: { customRender: 'alarmContact' }, |
24 | }, | 24 | }, |
25 | { | 25 | { |
26 | - title: '联系方式', | 26 | + title: '通知方式', |
27 | dataIndex: 'messageMode', | 27 | dataIndex: 'messageMode', |
28 | width: 155, | 28 | width: 155, |
29 | slots: { customRender: 'messageMode' }, | 29 | slots: { customRender: 'messageMode' }, |
@@ -34,7 +34,7 @@ | @@ -34,7 +34,7 @@ | ||
34 | </template> | 34 | </template> |
35 | <template #messageMode="{ record }"> | 35 | <template #messageMode="{ record }"> |
36 | <a-button type="link" class="ml-2" @click="showMessageMode(record)"> | 36 | <a-button type="link" class="ml-2" @click="showMessageMode(record)"> |
37 | - 查看联系方式 | 37 | + 查看通知方式 |
38 | </a-button> | 38 | </a-button> |
39 | </template> | 39 | </template> |
40 | <template #status="{ record }"> | 40 | <template #status="{ record }"> |