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
709ea4a8
Commit
709ea4a8
authored
May 31, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
1a2b2520
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
index.vue
src/components/classesItem/index.vue
+9
-9
No files found.
src/components/classesItem/index.vue
View file @
709ea4a8
<
template
>
<
template
>
<div
class=
"classes-box"
>
<div
class=
"classes-box"
>
<img
v-if=
"item.isExpired == 1"
class=
"guoqiPathClass"
:src=
"guoqiPath"
alt=
""
>
<img
v-if=
"item.isExpired == 1"
class=
"guoqiPathClass"
:src=
"guoqiPath"
alt=
""
>
<!-- 当前课程是必修&&从免费课变成了收费课&&当前课程已付费-->
<!-- 当前课程是必修&&从免费课变成了收费课&&当前课程已付费-->
<img
v-if=
"
item.isObligatory === '0' && item.priceTrend == 1 &&
item.isPay === '0'"
class=
"guoqiPathClass"
:src=
"paidPath"
alt=
""
>
<img
v-if=
"
(item.isObligatory === '0' && item.priceTrend == 1)||
item.isPay === '0'"
class=
"guoqiPathClass"
:src=
"paidPath"
alt=
""
>
<template
v-if=
"type == 1"
>
<template
v-if=
"type == 1"
>
<div
class=
"left-image img-out"
>
<div
class=
"left-image img-out"
>
<png-icon
<png-icon
...
@@ -160,13 +160,13 @@
...
@@ -160,13 +160,13 @@
<
template
v-if=
"item.jobClassifyLabels || item.tecClassifyLabels"
>
<
template
v-if=
"item.jobClassifyLabels || item.tecClassifyLabels"
>
<div
class=
"classes-name"
>
分类:
</div>
<div
class=
"classes-name"
>
分类:
</div>
<div
class=
"classes-valueType"
v-if=
"item.jobClassifyLabels && item.tecClassifyLabels
"
:data-tooltip=
"item.jobClassifyLabels + item.tecClassifyLabels"
>
<div
v-if=
"item.jobClassifyLabels && item.tecClassifyLabels"
class=
"classes-valueType
"
:data-tooltip=
"item.jobClassifyLabels + item.tecClassifyLabels"
>
{{
item
.
jobClassifyLabels
+
item
.
tecClassifyLabels
}}
{{
item
.
jobClassifyLabels
+
item
.
tecClassifyLabels
}}
</div>
</div>
<div
class=
"classes-valueType"
v-else-if=
"item.jobClassifyLabels
"
:data-tooltip=
"item.jobClassifyLabels"
>
<div
v-else-if=
"item.jobClassifyLabels"
class=
"classes-valueType
"
:data-tooltip=
"item.jobClassifyLabels"
>
{{
item
.
jobClassifyLabels
}}
{{
item
.
jobClassifyLabels
}}
</div>
</div>
<div
class=
"classes-valueType"
v-else-if=
"item.tecClassifyLabels
"
:data-tooltip=
"item.tecClassifyLabels"
>
<div
v-else-if=
"item.tecClassifyLabels"
class=
"classes-valueType
"
:data-tooltip=
"item.tecClassifyLabels"
>
{{
item
.
tecClassifyLabels
}}
{{
item
.
tecClassifyLabels
}}
</div>
</div>
</
template
>
</
template
>
...
@@ -428,14 +428,14 @@
...
@@ -428,14 +428,14 @@
<td>
{{ item.score }}
</td>
<td>
{{ item.score }}
</td>
</tr>
</tr>
</table>
</table>
<div
class=
"gade-data"
v-if=
"resultManager.result.questionList && resultManager.result.questionList.length > 0
"
>
<div
v-if=
"resultManager.result.questionList && resultManager.result.questionList.length > 0"
class=
"gade-data
"
>
问答题:
<span
问答题:
<span
class=
"red"
class=
"red"
>
{{ resultManager.result.totalScore == null
>
{{ resultManager.result.totalScore == null
? '--'
? '--'
: resultManager.result.questionScore }}分
</span>
: resultManager.result.questionScore }}分
</span>
</div>
</div>
<table
class=
"gade-table"
v-if=
"resultManager.result.questionList && resultManager.result.questionList.length > 0
"
>
<table
v-if=
"resultManager.result.questionList && resultManager.result.questionList.length > 0"
class=
"gade-table
"
>
<tr>
<tr>
<th>
题号
</th>
<th>
题号
</th>
<th>
分值
</th>
<th>
分值
</th>
...
@@ -451,8 +451,8 @@
...
@@ -451,8 +451,8 @@
</td>
</td>
<td
style=
"color: #F6B24B"
>
<td
style=
"color: #F6B24B"
>
{{ resultManager.result.totalScore == null
{{ resultManager.result.totalScore == null
? '等待人工判分'
? '等待人工判分'
: item.score }}
: item.score }}
</td>
</td>
</tr>
</tr>
</table>
</table>
...
...
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