暂存
This commit is contained in:
@@ -1,24 +1,30 @@
|
||||
<template>
|
||||
<view style="min-height: calc(100vh - 120rpx); background-color: #ebf2f5;">
|
||||
<z-nav-bar :title="pageName"></z-nav-bar>
|
||||
<view class="pad20">
|
||||
<z-nav-bar :title="pageName">
|
||||
|
||||
</z-nav-bar>
|
||||
<view class="pad20">
|
||||
<view v-if="taskList.length > 0 ">
|
||||
<view class="submitRecode">
|
||||
<view class="newBox">
|
||||
<view class="item " v-for="(item, index) in taskList" @click="clickTask(item)">
|
||||
<view class="leve1 flex_box">
|
||||
<text>{{item.title}}</text>
|
||||
<text style="font-size: 30rpx; font-weight: blod; flex: 1;">{{item.title}}</text>
|
||||
<template v-if="item.otherInfo.setNoGiveScoreNumber > 0">
|
||||
<text v-if="item.otherInfo.setNoGiveScoreNumber > 0 && item.scoreSuccess <= 1" class="red light_text">{{item.otherInfo.setNoGiveScoreNumber}}</text>
|
||||
<text v-if="item.otherInfo.setNoGiveScoreNumber > 0 && item.scoreSuccess >= 2" class="blue light_text">{{item.otherInfo.setNoGiveScoreNumber}}</text>
|
||||
<!-- <text v-else class="score" style="padding-left: 10rpx;">{{item.score}}'</text> -->
|
||||
</template>
|
||||
</view>
|
||||
<view class="leve2 " >
|
||||
<view class="jianjie">
|
||||
<view class="jianjie timeText">
|
||||
发布时间:{{item.createTime}}
|
||||
</view>
|
||||
<view class="item flex_box" style="align-items: center;" v-if="item.otherInfo.setNoGiveScoreNumber > 0">
|
||||
<!-- <view class="item flex_box" style="align-items: center;" v-if="item.otherInfo.setNoGiveScoreNumber > 0">
|
||||
<view class="">
|
||||
未评分 <b>{{item.otherInfo.setNoGiveScoreNumber}}</b> 人
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -80,14 +86,7 @@
|
||||
this.taskList = []
|
||||
this.getList()
|
||||
// this.getList()
|
||||
},
|
||||
onBackPress() {
|
||||
if (this.showRight || this.showLeft) {
|
||||
this.$refs.showLeft.close()
|
||||
this.$refs.showRight.close()
|
||||
return true
|
||||
}
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
// 点击作业或者医案,进入作业提交情况
|
||||
clickTask(item){
|
||||
@@ -206,6 +205,7 @@
|
||||
margin-top: 20rpx;
|
||||
color: #999; font-size: 24rpx; border-top: 1px dashed #eee;
|
||||
border-top: 1px dashed #eee;
|
||||
.timeText{font-size: 26rpx; padding-top: 16rpx;}
|
||||
b{font-size: 34rpx; padding: 0 4rpx; font-weight: normal; color: #333; color: red;}
|
||||
.item{text-align: center; padding-top: 0; padding-bottom: 0; margin-bottom: 0;}
|
||||
}
|
||||
@@ -241,7 +241,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.light_text{padding: 4rpx; color: #fff; font-size: 26rpx; border-radius: 50rpx;}
|
||||
// 处理抽屉内容滚动
|
||||
.scroll-view-box {
|
||||
flex: 1;
|
||||
|
||||
Reference in New Issue
Block a user