Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tea_resources_pc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
tea_resources_pc
Commits
a992452f
Commit
a992452f
authored
Jul 24, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查看答案颜色修改以及课程查询参数修改
parent
9604e94d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
EduExercise.vue
src/components/EduExercise/EduExercise.vue
+2
-1
index.vue
src/views/courseResources/courseMall/index.vue
+3
-3
No files found.
src/components/EduExercise/EduExercise.vue
View file @
a992452f
...
@@ -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;
...
...
src/views/courseResources/courseMall/index.vue
View file @
a992452f
...
@@ -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.tecClassify
School
"
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
,
tecClassify
School
:
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
.
tecClassify
School
=
undefined
this
.
queryParams
.
jobClassify
=
undefined
this
.
queryParams
.
jobClassify
=
undefined
this
.
getCourseByPagination
()
this
.
getCourseByPagination
()
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment