暂存
This commit is contained in:
@@ -152,7 +152,7 @@
|
||||
<text class="ciyao">心得得分</text>
|
||||
<text class="ciyao"><i
|
||||
class="mainTxt PM_font">{{performanceScore.experienceScore}}</i>分</text>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="classModel.isQuestion == 1" :class="['ite', blankNumber < 3 ? 'flex_box' : '']">
|
||||
<text class="ciyao">思考题分</text>
|
||||
<text class="ciyao"><i
|
||||
@@ -241,7 +241,6 @@
|
||||
<view class="" v-else>
|
||||
<u-divider text="暂无学员加入"></u-divider>
|
||||
</view>
|
||||
|
||||
</template>
|
||||
|
||||
<!-- {{getTijiaoTitleList}} -->
|
||||
@@ -603,6 +602,9 @@
|
||||
{
|
||||
name: '班内心得',
|
||||
id: '2'
|
||||
},{
|
||||
name: '思考题',
|
||||
id: '3'
|
||||
},
|
||||
],
|
||||
tijiaoTitleId: '0',
|
||||
@@ -781,6 +783,9 @@
|
||||
if (this.classModel.isExperience == 1) {
|
||||
_list.push(this.defaultTijiaoTitleList[2])
|
||||
}
|
||||
if (this.classModel.isQuestion == 1) {
|
||||
_list.push(this.defaultTijiaoTitleList[3])
|
||||
}
|
||||
// return _list
|
||||
if(_list.length > 0){
|
||||
this.tijiaoTitleList = _list
|
||||
@@ -2326,8 +2331,9 @@
|
||||
|
||||
text {
|
||||
display: block;
|
||||
width: 30%;
|
||||
padding: 8rpx 0;
|
||||
// width: 30%;
|
||||
margin: 0 10rpx;
|
||||
padding: 8rpx;
|
||||
border-radius: 10rpx;
|
||||
text-align: center;
|
||||
border: 1px solid $themeColor;
|
||||
|
||||
Reference in New Issue
Block a user