字段名称修改
This commit is contained in:
parent
4162dc0f87
commit
ed0e11eedc
|
@ -13,7 +13,10 @@ import xss from "xss"
|
|||
<a-button v-if="record.openType === 'url'" type="primary" @click="toHandle">去处理</a-button>
|
||||
</template>
|
||||
<a-card class="daily-article" :loading="loading">
|
||||
<a-card-meta :title="record.titile" :description="'发布人:' + record.sender + ' 发布时间: ' + record.sendTime">
|
||||
<a-card-meta
|
||||
:title="record.titile"
|
||||
:description="'Sender:' + record.sender + ' Send Time: ' + record.sendTime"
|
||||
>
|
||||
</a-card-meta>
|
||||
<a-divider />
|
||||
<span v-html="record.msgContent" class="article-content"></span>
|
||||
|
|
Loading…
Reference in New Issue
Block a user