Commit be1e981d by lijiabin

【需求 20331】 chore: 优化类型相关

parent 992e6a69
...@@ -47,12 +47,15 @@ ...@@ -47,12 +47,15 @@
<div class="flex items-start"> <div class="flex items-start">
<div class="flex flex-wrap gap-3 items-start"> <div class="flex flex-wrap gap-3 items-start">
主标签 主标签
<SelectTags v-model="form.relatedScenariosMainTagId" tagType="related_scenarios" /> <SelectTags
v-model="form.relatedScenariosMainTagId"
:tagType="TagTypeEnum.SCENE_TAG"
/>
</div> </div>
<div class="flex flex-wrap gap-3 items-start ml-5"> <div class="flex flex-wrap gap-3 items-start ml-5">
副标签 副标签
<SelectTags <SelectTags
tagType="related_scenarios" :tagType="TagTypeEnum.SCENE_TAG"
v-model="form.relatedScenariosSubTagIds" v-model="form.relatedScenariosSubTagIds"
:max-selected-tags="4" :max-selected-tags="4"
:filter-tags-fn="filterRelatedScenariosTagsFn" :filter-tags-fn="filterRelatedScenariosTagsFn"
......
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