Commit ead5a679 by caoyanzhi

update: 微信图文升级

parent 71b5b9d3
......@@ -25,10 +25,13 @@
<template slot-scope="scope">
<span>标题:</span><a class="blue" :href="scope.row.itemList.length ? scope.row.itemList[0].mediaUrl || '' : ''" target="_blank">{{ scope.row.itemList.length ? scope.row.itemList[0].titleName || '' : '' }}</a>
<div>
<span>图文m_id:</span>
<el-tooltip v-if="scope.row.draftMediaId" placement="top" :content="scope.row.draftMediaId">
<span>{{ effectType != 0 ? '图文m_id:' : '图文a_id:' }}</span>
<el-tooltip v-if="effectType != 0 && scope.row.draftMediaId" placement="top" :content="scope.row.draftMediaId">
<span class="media-id">{{ scope.row.draftMediaId }}</span>
</el-tooltip>
<el-tooltip v-else-if="effectType == 0 && scope.row.articleId" placement="top" :content="scope.row.articleId">
<span class="media-id">{{ scope.row.articleId }}</span>
</el-tooltip>
<span v-else>--</span>
</div>
<!-- <el-tooltip v-if="scope.row.articleId" placement="top" :content="scope.row.articleId">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment