搜索条件取消红色标记

This commit is contained in:
670788339
2025-11-08 09:29:40 +08:00
parent 2678d22302
commit 372a7c22ed

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>