mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +08:00
面授关键字
This commit is contained in:
@@ -1735,8 +1735,8 @@ export default defineComponent({
|
||||
{
|
||||
title: "关键字",
|
||||
width: 130,
|
||||
dataIndex: "intro",
|
||||
key: "intro",
|
||||
dataIndex: "tips",
|
||||
key: "tips",
|
||||
ellipsis: true,
|
||||
align: "left",
|
||||
customRender: ({ text }) => {
|
||||
|
||||
@@ -199,7 +199,7 @@
|
||||
</div>
|
||||
<div class="mbl_items" v-if="detail.tips">
|
||||
<div class="item_nam">
|
||||
<span style="margin-right: 14px">内容标签:</span>
|
||||
<span style="margin-right: 14px">关键字:</span>
|
||||
</div>
|
||||
<div class="item_inp">
|
||||
{{ filterTxt(detail.tips) }}
|
||||
|
||||
Reference in New Issue
Block a user