隐藏电子名片没有的字段

This commit is contained in:
xiebin
2025-11-21 14:50:59 +08:00
parent 97a5c34e70
commit 41196466af

View File

@@ -32,7 +32,8 @@
</view> </view>
</view> </view>
<view class="info-bottom"> <view class="info-bottom">
<view>到岗2025-11-02</view> <!-- <view>到岗2025-11-02</view> -->
<view></view>
<view>地点青岛市-<dict-Label dictType="area" :value="Number(userInfo.area)"></dict-Label></view> <view>地点青岛市-<dict-Label dictType="area" :value="Number(userInfo.area)"></dict-Label></view>
</view> </view>
<view class="des-card" style="margin-top: 24rpx"> <view class="des-card" style="margin-top: 24rpx">
@@ -44,10 +45,10 @@
<view>毕业学校</view> <view>毕业学校</view>
<view>{{ userInfo.graduationSchool || "-" }}</view> <view>{{ userInfo.graduationSchool || "-" }}</view>
</view> </view>
<view class="fl_box fl_justbet"> <!-- <view class="fl_box fl_justbet">
<view>当前状态</view> <view>当前状态</view>
<view>在职 看工作机会</view> <view>在职 看工作机会</view>
</view> </view> -->
</view> </view>
</view> </view>