Commit b8846b3c9f7c78f6e823672476e93c86032c5db3

Authored by fengtao
1 parent 1cbd1d36

fix:修改告警配置-联系方式为通知方式问题

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