Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
newCSO_2023
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhi
newCSO_2023
Commits
a5998f7d
Commit
a5998f7d
authored
Mar 02, 2023
by
lizhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
726a2c92
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
src/views/pms/product/newGpaPdf.vue
+13
-2
No files found.
src/views/pms/product/newGpaPdf.vue
View file @
a5998f7d
...
@@ -37,7 +37,16 @@
...
@@ -37,7 +37,16 @@
><span
v-else-if=
"list.sex == 0"
>
Female
</span
><span
v-else-if=
"list.sex == 0"
>
Female
</span
><span
v-else
>
Unknown
</span>
><span
v-else
>
Unknown
</span>
</p>
</p>
<p>
{{
list
.
term
}}{{
list
.
yearTime
}}
</p>
<p>
<!--
{{
list
.
term
.
slice
(
0
,
1
).
toUpperCase
()
+
list
.
term
.
slice
(
1
)
}}
-->
{{
list
.
term
.
toLowerCase
()
.
replace
(
/
(
|^
)[
a-z
]
/g
,
L
=>
L
.
toUpperCase
())
}}
{{
list
.
yearTime
}}
</p>
<!--
<p>
{{
list
.
yearTime
}}
</p>
-->
<!--
<p>
{{
list
.
yearTime
}}
</p>
-->
</div>
</div>
</div>
</div>
...
@@ -162,7 +171,9 @@ export default {
...
@@ -162,7 +171,9 @@ export default {
name
:
"NewGpaPdf"
,
name
:
"NewGpaPdf"
,
data
()
{
data
()
{
return
{
return
{
list
:
{},
list
:
{
term
:
""
},
userCourseList
:
[],
userCourseList
:
[],
pageSize
:
null
,
pageSize
:
null
,
pageNum
:
null
,
pageNum
:
null
,
...
...
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