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>
|
||||
</template>
|
||||
<template v-else-if="column.key === 'pushers'">
|
||||
<template v-if="record.pushers.length>0" v-for="id in record.pushers">
|
||||
<a-tag :bordered="false" color="processing" v-for="pusher in record.pushers">{{pusher.name}}</a-tag>
|
||||
<template v-if="record.pushers.length>0" v-for="pusher in record.pushers">
|
||||
<a-tag :bordered="false" color="processing" >{{pusher.name}}</a-tag>
|
||||
</template>
|
||||
<span v-else>-</span>
|
||||
</template>
|
||||
@ -235,7 +235,7 @@ const columns = [
|
||||
},
|
||||
{
|
||||
title: '推送',
|
||||
key: 'pusherIds',
|
||||
key: 'pushers',
|
||||
},
|
||||
{
|
||||
title: '备注',
|
||||
|
Loading…
Reference in New Issue
Block a user