面授关键字修改

This commit is contained in:
NiSen
2023-07-05 13:10:26 +08:00
parent 742125af7b
commit b411c8fe4c
2 changed files with 13 additions and 3 deletions

View File

@@ -1732,7 +1732,17 @@ export default defineComponent({
return text ? text : "-";
},
},
{
title: "关键字",
width: 130,
dataIndex: "intro",
key: "intro",
ellipsis: true,
align: "left",
customRender: ({ text }) => {
return text ? text : "-";
},
},
{
title: "内容分类",
width: 130,

View File

@@ -328,7 +328,7 @@
<div class="mb_right">
<div class="mbl_items">
<div class="item_nam">
<span style="margin-right: 14px">内容标签</span>
<span style="margin-right: 14px">关键字</span>
</div>
<div class="item_inp">
@@ -339,7 +339,7 @@
<a-input
v-model:value="tags_val_single"
style="width: 440px; height: 40px; border-radius: 8px"
placeholder="请输入内容标签按回车键添加内容标签,可添加多个内容标签。"
placeholder="请输入关键字按回车键添加关键字,可添加多个关键字。"
@pressEnter="handleTagChange"
/>
<img