学生选择器在isBar状态禁止切换学生

This commit is contained in:
ywyonui 2025-09-03 15:08:31 +08:00
parent fb4e90c518
commit 8d74c22698

View File

@ -28,7 +28,7 @@
<text class="xs-name">{{ curXs.xm }}</text> <text class="xs-name">{{ curXs.xm }}</text>
<text class="xs-bj">{{ curXs.njmc }} {{ curXs.bjmc }}</text> <text class="xs-bj">{{ curXs.njmc }} {{ curXs.bjmc }}</text>
</view> </view>
<view class="switch-btn" v-if="xsList.length > 1">切换</view> <view class="switch-btn" v-if="xsList.length > 1 && !isBar">切换</view>
</view> </view>
<u-popup :show="showFlag" @close="showFlag = false" mode="bottom" round="20"> <u-popup :show="showFlag" @close="showFlag = false" mode="bottom" round="20">
<view class="xs-picker"> <view class="xs-picker">