面授关键字

This commit is contained in:
NiSen
2023-07-05 16:41:19 +08:00
parent b411c8fe4c
commit c1213bdf62
2 changed files with 3 additions and 3 deletions

View File

@@ -1735,8 +1735,8 @@ export default defineComponent({
{ {
title: "关键字", title: "关键字",
width: 130, width: 130,
dataIndex: "intro", dataIndex: "tips",
key: "intro", key: "tips",
ellipsis: true, ellipsis: true,
align: "left", align: "left",
customRender: ({ text }) => { customRender: ({ text }) => {

View File

@@ -199,7 +199,7 @@
</div> </div>
<div class="mbl_items" v-if="detail.tips"> <div class="mbl_items" v-if="detail.tips">
<div class="item_nam"> <div class="item_nam">
<span style="margin-right: 14px">内容标签</span> <span style="margin-right: 14px">关键字</span>
</div> </div>
<div class="item_inp"> <div class="item_inp">
{{ filterTxt(detail.tips) }} {{ filterTxt(detail.tips) }}