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

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

parent 9604e94d
......@@ -431,7 +431,8 @@ ul li {
}
.rightLabel {
//color: #1ECD7D;
background: rgba(255, 255, 255, 0.03);
//background: rgba(255, 255, 255, 0.03);
background: #343434;
.text-label {
display: flex;
justify-content: space-between;
......
......@@ -77,7 +77,7 @@
</el-tab-pane>
<el-tab-pane v-if="mallIdentityType === 'college'" :label="cultureName" name="3">
<screen
v-model="queryParams.tecClassify"
v-model="queryParams.tecClassifySchool"
class="tabScreen"
title="技术分类"
:items="tecClassifyOptions"
......@@ -329,7 +329,7 @@ export default {
// 课程方案 (默认值为 0,用于初始化页签位置)
classPlan: '0',
// 技术分类
tecClassify: undefined,
tecClassifySchool: undefined,
// 岗位分类
jobClassify: undefined,
// 已购/未购
......@@ -566,7 +566,7 @@ export default {
// 查询条件页签改变
changeQueryTabs(tab, event) {
// 重置全部页签查询条件
this.queryParams.tecClassify = undefined
this.queryParams.tecClassifySchool = undefined
this.queryParams.jobClassify = undefined
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