Commit be1e981d by lijiabin

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

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