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
b6c1066f
Commit
b6c1066f
authored
Jun 06, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
36d983b4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
2 deletions
+22
-2
studentList.vue
src/components/index/workSituation/studentList.vue
+2
-1
student.vue
src/pages/student/student.vue
+20
-1
No files found.
src/components/index/workSituation/studentList.vue
View file @
b6c1066f
<
template
>
<
template
>
<view
class=
"studentList-box flex"
>
<view
class=
"studentList-box flex"
>
<block
v-if=
"dataList && dataList.length>0"
>
<block
v-if=
"dataList && dataList.length>0"
>
<view
class=
"studentList-content"
@
click=
"selectStuHandler(item)"
v-for=
"(item,index) in dataList"
:key=
"index"
>
<view
class=
"studentList-content"
v-for=
"(item,index) in dataList"
:key=
"index"
@
click=
"selectStuHandler(item)"
>
<view
class=
"studentList flex"
>
<view
class=
"studentList flex"
>
<view
class=
"studentList-img"
>
<view
class=
"studentList-img"
>
<van-image
width=
"100%"
height=
"100%"
fit=
"cover"
class=
"img"
<van-image
width=
"100%"
height=
"100%"
fit=
"cover"
class=
"img"
...
...
src/pages/student/student.vue
View file @
b6c1066f
...
@@ -15,13 +15,17 @@
...
@@ -15,13 +15,17 @@
<text>
学情反馈
</text>
<text>
学情反馈
</text>
<view>
(共
{{
workList
!=
null
&&
workList
.
length
>
0
?
workList
.
length
:
0
}}
条)
</view>
<view>
(共
{{
workList
!=
null
&&
workList
.
length
>
0
?
workList
.
length
:
0
}}
条)
</view>
</view>
</view>
<view
class=
"index-student-information"
>
<view
class=
"index-student-information"
v-if=
"workList.length>0"
>
<template
v-for=
"(item,index) in workList"
>
<template
v-for=
"(item,index) in workList"
>
<JobComponents
v-if=
"item.ResultType==1"
:jobData=
"item"
></JobComponents>
<JobComponents
v-if=
"item.ResultType==1"
:jobData=
"item"
></JobComponents>
<examComponents
v-if=
"item.ResultType==2"
:jobData=
"item"
></examComponents>
<examComponents
v-if=
"item.ResultType==2"
:jobData=
"item"
></examComponents>
<commentsComponents
v-if=
"item.ResultType==3"
:jobData=
"item"
></commentsComponents>
<commentsComponents
v-if=
"item.ResultType==3"
:jobData=
"item"
></commentsComponents>
</
template
>
</
template
>
</view>
</view>
<view
class=
"noData"
v-else
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653902791000_806.png"
mode=
"widthFix"
></image>
<view>
暂无学情反馈信息
</view>
</view>
</view>
</view>
</template>
</template>
...
@@ -100,6 +104,21 @@
...
@@ -100,6 +104,21 @@
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
.noData
{
text-align
:
center
;
flex
:
1
;
width
:
100%
;
margin-top
:
71
rpx
;
}
.noData
image
{
width
:
200
rpx
;
margin-bottom
:
40
rpx
;
}
.noData
view
{
font-size
:
24
rpx
;
color
:
#cecece
;
text-align
:
center
;
}
.student-header-box
{
.student-header-box
{
padding
:
20
rpx
42
rpx
;
padding
:
20
rpx
42
rpx
;
flex-direction
:
row
;
flex-direction
:
row
;
...
...
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