Commit b024987e by caoyanzhi

Merge branch 'feature/微信图文升级' into dev

parents a39c5a9b cbcc7c2e
......@@ -28,9 +28,12 @@
</p>
<p>
图文m_id:
<el-tooltip v-if="scope.row.draftMediaId" placement="top" :content="scope.row.draftMediaId">
<el-tooltip v-if="!isPublish && scope.row.draftMediaId" placement="top" :content="scope.row.draftMediaId">
<span class="media-id">{{ scope.row.draftMediaId }}</span>
</el-tooltip>
<el-tooltip v-else-if="isPublish && scope.row.articleId" placement="top" :content="scope.row.articleId">
<span class="media-id">{{ scope.row.articleId }}</span>
</el-tooltip>
<span v-else>--</span>
</p>
</div>
......
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