mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 23:36:46 +08:00
面授关键字修改
This commit is contained in:
@@ -1732,7 +1732,17 @@ export default defineComponent({
|
|||||||
return text ? text : "-";
|
return text ? text : "-";
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "关键字",
|
||||||
|
width: 130,
|
||||||
|
dataIndex: "intro",
|
||||||
|
key: "intro",
|
||||||
|
ellipsis: true,
|
||||||
|
align: "left",
|
||||||
|
customRender: ({ text }) => {
|
||||||
|
return text ? text : "-";
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "内容分类",
|
title: "内容分类",
|
||||||
width: 130,
|
width: 130,
|
||||||
|
|||||||
@@ -328,7 +328,7 @@
|
|||||||
<div class="mb_right">
|
<div class="mb_right">
|
||||||
<div class="mbl_items">
|
<div class="mbl_items">
|
||||||
<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">
|
||||||
|
|
||||||
@@ -339,7 +339,7 @@
|
|||||||
<a-input
|
<a-input
|
||||||
v-model:value="tags_val_single"
|
v-model:value="tags_val_single"
|
||||||
style="width: 440px; height: 40px; border-radius: 8px"
|
style="width: 440px; height: 40px; border-radius: 8px"
|
||||||
placeholder="请输入内容标签按回车键添加内容标签,可添加多个内容标签。"
|
placeholder="请输入关键字按回车键添加关键字,可添加多个关键字。"
|
||||||
@pressEnter="handleTagChange"
|
@pressEnter="handleTagChange"
|
||||||
/>
|
/>
|
||||||
<img
|
<img
|
||||||
|
|||||||
Reference in New Issue
Block a user