Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
f6da8301
Commit
f6da8301
authored
Mar 11, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
cc1d8993
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
16 deletions
+12
-16
stufollowlistNew.vue
src/components/school/student/stufollowlistNew.vue
+12
-16
No files found.
src/components/school/student/stufollowlistNew.vue
View file @
f6da8301
...
@@ -67,19 +67,18 @@
...
@@ -67,19 +67,18 @@
<table
class=
"po_content singeRowTable"
ref=
"table"
style=
"border:1px solid #E6E6E6;"
cellspacing=
"0"
<table
class=
"po_content singeRowTable"
ref=
"table"
style=
"border:1px solid #E6E6E6;"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
cellpadding=
"0"
v-loading=
"loading"
>
<tr>
<tr>
<th
width=
"120"
style=
"min-width: 110px;z-index: 999;"
>
学生
</th>
<th
width=
"100"
style=
"z-index: 999;"
>
学生
</th>
<th
width=
"110"
style=
"min-width: 110px;"
>
报名日期
</th>
<th
width=
"100"
>
报名日期
</th>
<th
width=
"120"
style=
"min-width: 110px;"
>
职业
</th>
<th
width=
"70"
>
职业
</th>
<th
width=
"80"
style=
"min-width: 80px;"
>
目的
</th>
<th
width=
"80"
>
目的
</th>
<th
width=
"100"
style=
"min-width: 100px;"
>
班主任
</th>
<th
width=
"100"
>
班主任
</th>
<th
width=
"200"
style=
"min-width: 200px;"
>
课程名称
</th>
<th
width=
"200"
>
课程名称
</th>
<th
width=
"80"
style=
"min-width: 80px;"
>
初报级别
</th>
<th
width=
"80"
>
金额
</th>
<th
width=
"80"
style=
"min-width: 80px;"
>
金额
</th>
<th>
基本情况
</th>
<th
width=
"200"
style=
"min-width: 80px;"
>
基本情况
</th>
<th
width=
"200"
>
续费课程
</th>
<th
width=
"200"
style=
"min-width: 200px;"
>
续费课程
</th>
<th
width=
"80"
>
续费级别
</th>
<th
width=
"80"
style=
"min-width: 80px;"
>
续费级别
</th>
<th
width=
"80"
>
续费金额
</th>
<th
width=
"80"
style=
"min-width: 80px;"
>
续费金额
</th>
<th
width=
"90"
>
负责人
</th>
<th
width=
"100"
style=
"min-width: 100px;"
>
负责人
</th>
</tr>
</tr>
<template
v-if=
'dataObj&&dataObj.RList && dataObj.RList.length>0'
>
<template
v-if=
'dataObj&&dataObj.RList && dataObj.RList.length>0'
>
<tr
v-for=
" ( item , index ) in dataObj.RList "
:key=
"index"
>
<tr
v-for=
" ( item , index ) in dataObj.RList "
:key=
"index"
>
...
@@ -103,9 +102,6 @@
...
@@ -103,9 +102,6 @@
<td>
<td>
{{
item
.
CourseName
}}
{{
item
.
CourseName
}}
</td>
</td>
<td>
{{
item
.
CourseRateName
?
item
.
CourseRateName
:
'-'
}}
</td>
<td>
<td>
{{
item
.
PreferPrice
}}
{{
item
.
PreferPrice
}}
</td>
</td>
...
...
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