修改导航区域结构测试

This commit is contained in:
670788339
2025-11-08 09:26:49 +08:00
parent 7226b44f60
commit 14918870ee

View File

@@ -355,8 +355,7 @@
<div class="searchbar" style="background-color:#f6f7fb;display: flex;justify-content: space-between;">
<div style="line-height: 30px;">
<span class="item-title"> 搜索条件:</span>
<el-tag closable v-for="(tag, tagIdx) in stagList" :key="'t' + tagIdx" @close="stagClose(tag, tagIdx)"
:style="{ color: tag.type === 0 ? '#ff0000' : '' }">
<el-tag closable v-for="(tag, tagIdx) in stagList" :key="'t' + tagIdx" @close="stagClose(tag, tagIdx)" >
{{ tag.tagName }}
</el-tag>
</div>