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