Commit a992452f authored by 张伯涛's avatar 张伯涛

查看答案颜色修改以及课程查询参数修改

parent 9604e94d
...@@ -431,7 +431,8 @@ ul li { ...@@ -431,7 +431,8 @@ ul li {
} }
.rightLabel { .rightLabel {
//color: #1ECD7D; //color: #1ECD7D;
background: rgba(255, 255, 255, 0.03); //background: rgba(255, 255, 255, 0.03);
background: #343434;
.text-label { .text-label {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
......
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
</el-tab-pane> </el-tab-pane>
<el-tab-pane v-if="mallIdentityType === 'college'" :label="cultureName" name="3"> <el-tab-pane v-if="mallIdentityType === 'college'" :label="cultureName" name="3">
<screen <screen
v-model="queryParams.tecClassify" v-model="queryParams.tecClassifySchool"
class="tabScreen" class="tabScreen"
title="技术分类" title="技术分类"
:items="tecClassifyOptions" :items="tecClassifyOptions"
...@@ -329,7 +329,7 @@ export default { ...@@ -329,7 +329,7 @@ export default {
// 课程方案 (默认值为 0,用于初始化页签位置) // 课程方案 (默认值为 0,用于初始化页签位置)
classPlan: '0', classPlan: '0',
// 技术分类 // 技术分类
tecClassify: undefined, tecClassifySchool: undefined,
// 岗位分类 // 岗位分类
jobClassify: undefined, jobClassify: undefined,
// 已购/未购 // 已购/未购
...@@ -566,7 +566,7 @@ export default { ...@@ -566,7 +566,7 @@ export default {
// 查询条件页签改变 // 查询条件页签改变
changeQueryTabs(tab, event) { changeQueryTabs(tab, event) {
// 重置全部页签查询条件 // 重置全部页签查询条件
this.queryParams.tecClassify = undefined this.queryParams.tecClassifySchool = undefined
this.queryParams.jobClassify = undefined this.queryParams.jobClassify = undefined
this.getCourseByPagination() this.getCourseByPagination()
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment