|
@@ -170,13 +170,13 @@
|
|
|
(剩余{{ $method.GetRTime(item.serviceEndTime) > 0 ? $method.GetRTime(item.serviceEndTime): 0 }}天)
|
|
|
</text>
|
|
|
</view>
|
|
|
- <view v-if="item.educationName != '考前培训'">
|
|
|
+ <view v-if="item.erJianErZao || sevenFunc(item)">
|
|
|
<text>班级状态:</text>
|
|
|
<text>
|
|
|
{{ classStatusCompt(item, sysTime) }}
|
|
|
</text>
|
|
|
</view>
|
|
|
- <view v-if="item.educationName != '考前培训'">
|
|
|
+ <view v-if="item.erJianErZao || sevenFunc(item)">
|
|
|
<text>班级有效:</text>
|
|
|
<template v-if="item.classEndTime">
|
|
|
<text>
|
|
@@ -284,7 +284,7 @@
|
|
|
(item.periodStatus == 0 || item.periodStatus == -1)
|
|
|
">
|
|
|
<span
|
|
|
- v-if="$method.GetRTime(item.classEndTime) >= 0 && $method.GetRTime(item.classEndTime) <= 15 && item.educationName != '考前培训'">
|
|
|
+ v-if="$method.GetRTime(item.classEndTime) >= 0 && $method.GetRTime(item.classEndTime) <= 15 && (item.erJianErZao || sevenFunc(item))">
|
|
|
温馨提示:您当前的课程班级有效期还剩
|
|
|
{{ $method.GetRTime(item.classEndTime) > 0 ? $method.GetRTime(item.classEndTime): 0 }}
|
|
|
天,
|
|
@@ -620,7 +620,9 @@
|
|
|
examNum,
|
|
|
periodPlush,
|
|
|
studyStatus,
|
|
|
- educationName
|
|
|
+ erJianErZao,
|
|
|
+ educationName,
|
|
|
+ projectName
|
|
|
}) => {
|
|
|
let text = "";
|
|
|
let color = "";
|
|
@@ -635,7 +637,7 @@
|
|
|
}
|
|
|
text = ["未开始", "学习中", "已学完"][index];
|
|
|
color = ["#EB5757", "#498AFE", "#498AFE"][index];
|
|
|
- } else if (educationName != '考前培训') {
|
|
|
+ } else if (erJianErZao || (educationName == "继续教育" && projectName == "施工现场专业人员")) {
|
|
|
// "学时审核通过" ——> 初审通过
|
|
|
text = [
|
|
|
"审核不通过",
|