Commit cbcc7c2e by caoyanzhi

update: 图文id

parent 457a6f09
......@@ -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