Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
thinkApp
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
游洁
thinkApp
Commits
999d71ab
Commit
999d71ab
authored
May 27, 2022
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8ea1f17e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
41 deletions
+7
-41
examDetailsComponents.vue
src/components/index/scoreDetails/examDetailsComponents.vue
+7
-41
No files found.
src/components/index/scoreDetails/examDetailsComponents.vue
View file @
999d71ab
<
template
>
<
template
>
<view
class=
"examDetailsComponents-box"
>
<view
class=
"examDetailsComponents-box"
>
<view
class=
"examDetailsComponents activeTwo mismatchActive flex
"
>
<view
class=
"examDetailsComponents activeOne flex"
v-for=
"(item,index) in ExamStu"
:key=
"index"
:class=
"item.StuId ==0?'mismatchActive':''
"
>
<view
class=
"examDetailsComponents-time-box flex"
>
<view
class=
"examDetailsComponents-time-box flex"
>
<view
class=
"examDetailsComponents-time flex"
>
<view
class=
"examDetailsComponents-time flex"
>
<view>
周
</view>
<view>
{{
item
.
StuName
.
substring
(
0
,
1
)
}}
</view>
<text>
潇潇
</text>
<text>
{{
item
.
StuName
.
substring
(
1
,
item
.
StuName
.
length
)
}}
</text>
</view>
</view>
<view
class=
"examDetailsComponents-line"
>
<view
class=
"examDetailsComponents-line"
>
<view
class=
"examDetailsComponents-point"
></view>
<view
class=
"examDetailsComponents-point"
></view>
</view>
</view>
</view>
</view>
<view
class=
"examDetailsComponents-center-box"
>
<view
class=
"examDetailsComponents-center-box"
>
<view
class=
"Mismatch-box
"
>
<view
class=
"Mismatch-box"
v-if=
"item.StuId ===0
"
>
<view
class=
"Mismatch-title flex"
>
<view
class=
"Mismatch-title flex"
>
<van-icon
name=
"warning"
/>
<van-icon
name=
"warning"
/>
<text>
学员不匹配
</text>
<text>
学员未匹配
</text>
</view>
</view>
<view
class=
"examDetailsComponents-center flex"
>
<view
class=
"examDetailsComponents-left flex"
>
<view
class=
"operation-state flex"
>
<view
class=
"operation-state-img"
></view>
<view
class=
"operation-state-text"
>
未批阅
</view>
</view>
<view
class=
"operation-name"
>
2022-05-22
</view>
</view>
<view
class=
"examDetailsComponents-right flex"
>
<view
class=
"homework-score flex"
>
<view
class=
"homework-score-title"
>
得分
<text>
86
</text>
分
</view>
</view>
<view
class=
"homework-score flex"
>
<view
class=
"homework-score-title"
>
得分率
<text>
86
</text>
分
</view>
</view>
</view>
</view>
</view>
</view>
</view>
</view>
<view
class=
"examDetailsComponents activeOne flex"
v-for=
"(item,index) in ExamStu"
:key=
"index"
>
<view
class=
"examDetailsComponents-time-box flex"
>
<view
class=
"examDetailsComponents-time flex"
>
<view>
{{
item
.
StuName
.
substring
(
0
,
1
)
}}
</view>
<text>
{{
item
.
StuName
.
substring
(
1
,
item
.
StuName
.
length
)
}}
</text>
</view>
<view
class=
"examDetailsComponents-line"
>
<view
class=
"examDetailsComponents-point"
></view>
</view>
</view>
<view
class=
"examDetailsComponents-center-box"
>
<view
class=
"examDetailsComponents-center flex"
>
<view
class=
"examDetailsComponents-center flex"
>
<view
class=
"examDetailsComponents-right flex"
>
<view
class=
"examDetailsComponents-right flex"
>
<view
class=
"homework-score flex"
>
<view
class=
"homework-score flex"
>
...
...
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