|
@@ -300,19 +300,19 @@
|
|
前完成学习,避免课程过期作废,无法学习给您带来不便。
|
|
前完成学习,避免课程过期作废,无法学习给您带来不便。
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
- <div v-if="isTwoEducation(item)">
|
|
|
|
|
|
+ <div v-if="isMajorEducation(item)">
|
|
<span v-if="item.sevenPushReason === '培训周期时间未到'">
|
|
<span v-if="item.sevenPushReason === '培训周期时间未到'">
|
|
- 温馨提示:您{{item.orderYear}}年公路工程专业培训周期还没到,请在{{ $method.timestampToTime(item.sevenPushDate) }}后再进行继教。
|
|
|
|
|
|
+ 温馨提示:您{{item.orderYear}}年{{ item.major }}培训周期还没到,请在{{ $method.timestampToTime(item.sevenPushDate) }}后再进行继教。
|
|
</span>
|
|
</span>
|
|
<span v-if="item.sevenPushReason === '无相关专业专书'">
|
|
<span v-if="item.sevenPushReason === '无相关专业专书'">
|
|
- 温馨提示:您当前的课程{{item.orderYear}}年公路工程专业,未能匹配到可继教证书,可前往住建证书官网查询。
|
|
|
|
|
|
+ 温馨提示:您当前的课程{{item.orderYear}}年{{ item.major }},未能匹配到可继教证书,可前往住建证书官网查询。
|
|
<span style="color: #2f9aff; cursor: pointer"
|
|
<span style="color: #2f9aff; cursor: pointer"
|
|
@click="goPage('https://rcgz.mohurd.gov.cn/Login/NetworkingSearch?type=2', 2) ">
|
|
@click="goPage('https://rcgz.mohurd.gov.cn/Login/NetworkingSearch?type=2', 2) ">
|
|
复制官网链接
|
|
复制官网链接
|
|
</span>
|
|
</span>
|
|
</span>
|
|
</span>
|
|
<span v-if="item.sevenPushReason === '无需2024继续教育'">
|
|
<span v-if="item.sevenPushReason === '无需2024继续教育'">
|
|
- 温馨提示:您{{item.orderYear}}年公路工程专业已完成继教,无需重复继教,可前往住建证书官网查询。
|
|
|
|
|
|
+ 温馨提示:您{{item.orderYear}}年{{ item.major }}已完成继教,无需重复继教,可前往住建证书官网查询。
|
|
<span style="color: #2f9aff; cursor: pointer"
|
|
<span style="color: #2f9aff; cursor: pointer"
|
|
@click="copy('https://rcgz.mohurd.gov.cn/Login/NetworkingSearch?type=2', 2)">
|
|
@click="copy('https://rcgz.mohurd.gov.cn/Login/NetworkingSearch?type=2', 2)">
|
|
复制官网链接
|
|
复制官网链接
|
|
@@ -679,6 +679,15 @@
|
|
);
|
|
);
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ // 公路专业(施工现场专业人员——继续教育)
|
|
|
|
+ isMajorEducation() {
|
|
|
|
+ return function(item) {
|
|
|
|
+ return (
|
|
|
|
+ item.projectName + item.educationName ===
|
|
|
|
+ "施工现场专业人员继续教育"
|
|
|
|
+ );
|
|
|
|
+ }
|
|
|
|
+ },
|
|
},
|
|
},
|
|
async onLoad(options) {
|
|
async onLoad(options) {
|
|
uni.hideTabBar();
|
|
uni.hideTabBar();
|