mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-04 04:08:16 +00:00
fix: 用户选择组件,单选时不需要显示项目
This commit is contained in:
parent
7a431d86d2
commit
8144bea613
@ -69,6 +69,7 @@
|
|||||||
<ul v-if="isWhole" class="user-modal-switch">
|
<ul v-if="isWhole" class="user-modal-switch">
|
||||||
<li
|
<li
|
||||||
v-for="item in switchItems" :key="item.key"
|
v-for="item in switchItems" :key="item.key"
|
||||||
|
v-if="!(forcedRadio && !showMultiple && item.key == 'project')"
|
||||||
:class="{active:switchActive===item.key}"
|
:class="{active:switchActive===item.key}"
|
||||||
@click="switchActive=item.key">{{ $L(item.label) }}</li>
|
@click="switchActive=item.key">{{ $L(item.label) }}</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user