优化素质测评功能

This commit is contained in:
2025-11-28 13:55:54 +08:00
parent 690c0fd6db
commit a31ea56a70
6 changed files with 12 additions and 32 deletions

View File

@@ -18,9 +18,6 @@
<view class="th">
我的意向
</view>
<view class="th">
专业匹配
</view>
</view>
<view class="tr" v-for="(item,index) in jobList" @click="checkedJob(item)" :key="index">
<view class="td">
@@ -35,9 +32,9 @@
<view class="td">
<view class="is-has" v-if="item.IsIntention"></view>
</view>
<view class="td">
<!-- <view class="td">
<view class="is-has" v-if="item.IsSpecialtyMatch"></view>
</view>
</view> -->
</view>
</view>
<view class="empty" v-else>
@@ -308,7 +305,7 @@
.tr {
display: -webkit-box;
.th {
width: 145rpx;
width: 170rpx;
height: 72rpx;
line-height: 72rpx;
text-align: center;
@@ -327,7 +324,7 @@
display: flex;
justify-content: center;
align-items: center;
width: 145rpx;
width: 170rpx;
min-height: 72rpx;
font-size: 24rpx;
color: #333333;