Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tea-resources-web
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-web
Commits
86f15c65
Commit
86f15c65
authored
Sep 04, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了bug
parent
d36d54b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
index.vue
src/views/courseInformation/classManagement/index.vue
+3
-2
No files found.
src/views/courseInformation/classManagement/index.vue
View file @
86f15c65
...
...
@@ -1299,7 +1299,7 @@
</el-table-column>
<el-table-column
v-if=
"form.lessonType.includes('1') || form.lessonType.length === 0"
align=
"center"
label=
"技能端-前沿讲堂"
prop=
"courseType"
min-width=
"200px"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span>
{{
getCourseTypeName
(
scope
.
row
.
courseType
)
}}
</span>
<span>
{{
getCourseTypeName
(
scope
.
row
.
courseType
C
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
v-if=
"form.lessonType.includes('1') || form.lessonType.length === 0"
align=
"center"
label=
"技术分类"
prop=
"tecClassifySchool"
min-width=
"200px"
:show-overflow-tooltip=
"true"
>
...
...
@@ -2154,7 +2154,8 @@ export default {
intelligentClassroom
:
this
.
form
.
intelligentClassroom
,
jobClassify
:
this
.
form
.
jobClassify
,
enterpriseCourseDimensions
:
this
.
form
.
courseDimensions
,
tecClassifySchool
:
this
.
form
.
tecClassifySchool
tecClassifySchool
:
this
.
form
.
tecClassifySchool
,
courseTypeC
:
this
.
form
.
courseTypeC
}
queryBLessonWithTrial
(
query
).
then
(
res
=>
{
this
.
lessonList
=
res
.
records
...
...
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