fix 修复推送显示问题
This commit is contained in:
parent
f4e4ed20a8
commit
545797ef8d
@ -25,8 +25,8 @@
|
|||||||
<span>{{moment(record.updatedAt).format('YYYY-MM-DD HH:mm:ss')}}</span>
|
<span>{{moment(record.updatedAt).format('YYYY-MM-DD HH:mm:ss')}}</span>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="column.key === 'pushers'">
|
<template v-else-if="column.key === 'pushers'">
|
||||||
<template v-if="record.pushers.length>0" v-for="id in record.pushers">
|
<template v-if="record.pushers.length>0" v-for="pusher in record.pushers">
|
||||||
<a-tag :bordered="false" color="processing" v-for="pusher in record.pushers">{{pusher.name}}</a-tag>
|
<a-tag :bordered="false" color="processing" >{{pusher.name}}</a-tag>
|
||||||
</template>
|
</template>
|
||||||
<span v-else>-</span>
|
<span v-else>-</span>
|
||||||
</template>
|
</template>
|
||||||
@ -235,7 +235,7 @@ const columns = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '推送',
|
title: '推送',
|
||||||
key: 'pusherIds',
|
key: 'pushers',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '备注',
|
title: '备注',
|
||||||
|
Loading…
Reference in New Issue
Block a user