|
@@ -76,7 +76,7 @@
|
|
|
<!-- 序号 -->
|
|
|
<template v-if="column.dataIndex === 'index'">{{ index + 1 }} </template>
|
|
|
<template v-if="column.dataIndex === 'alarmUsers'">
|
|
|
- <span v-for="(e, i) in record.alarmUsers" :key="i">{{ e.nickName + ',' }} </span></template
|
|
|
+ <span v-for="(e, i) in record.alarmUsers" :key="i">{{ e.name + ',' }} </span></template
|
|
|
>
|
|
|
<template v-if="column.dataIndex === 'priority'">
|
|
|
<a-tag :color="record.priority == '高' ? '#f56c6c' : record.priority == '低' ? '#67c23a' : '#fd0303'">{{
|