mirror of
https://github.com/yangzongzhuan/RuoYi-Vue3.git
synced 2025-06-07 19:14:56 +00:00
删除多余的判断
This commit is contained in:
parent
1c2da6dfb1
commit
f476e35522
@ -13,7 +13,7 @@
|
|||||||
:disable-transitions="true"
|
:disable-transitions="true"
|
||||||
:key="item.value + ''"
|
:key="item.value + ''"
|
||||||
:index="index"
|
:index="index"
|
||||||
:type="item.elTagType === 'primary' ? '' : item.elTagType"
|
:type="item.elTagType"
|
||||||
:class="item.elTagClass"
|
:class="item.elTagClass"
|
||||||
>{{ item.label + " " }}</el-tag>
|
>{{ item.label + " " }}</el-tag>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user