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
a8a7c893
Commit
a8a7c893
authored
Mar 02, 2023
by
lizhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
cc86a7ac
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
src/views/courseManager/csoCourse.vue
+4
-3
src/views/pms/product/newGpaPdf.vue
+5
-3
No files found.
src/views/courseManager/csoCourse.vue
View file @
a8a7c893
...
...
@@ -119,13 +119,14 @@
align=
"center"
></el-table-column>
<el-table-column
label=
"cso课程代码"
align=
"center"
prop=
"csoCode"
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
csoCode
}}
</
template
>
</el-table-column>
<el-table-column
label=
"cso课程名称"
align=
"center"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
csoName
}}
</
template
>
</el-table-column>
<el-table-column
label=
"cso课程代码"
align=
"center"
prop=
"csoCode"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
csoCode
}}
</
template
>
</el-table-column>
<!-- @click="
handleupdateNoticeAll(scope.row.id, scope.row.schoolName,scope.row.schoolBrief)
" -->
...
...
src/views/pms/product/newGpaPdf.vue
View file @
a8a7c893
...
...
@@ -24,7 +24,8 @@
</div>
<div
class=
"leftText"
>
<p>
{{
list
.
name
}}
</p>
<p>
{{
birth
}}
</p>
<!--
<p>
{{
birth
}}
</p>
-->
<p>
{{
list
.
idCard
}}
</p>
</div>
<div
class=
"rightInfo"
>
<p>
GENDER:
</p>
...
...
@@ -36,7 +37,8 @@
><span
v-else-if=
"list.sex == 0"
>
Female
</span
><span
v-else
>
Unknown
</span>
</p>
<p>
{{
list
.
usstid
}}
</p>
<p>
{{
list
.
term
}}
-
{{
list
.
yearTime
}}
</p>
<!--
<p>
{{
list
.
yearTime
}}
</p>
-->
</div>
</div>
</div>
...
...
@@ -196,7 +198,7 @@ export default {
this
.
htmlTitle
=
res
.
data
.
name
;
// console.log(res, "res,getGpaOne");
//
console.log(this.list, "list,GpaOne");
console
.
log
(
this
.
list
,
"list,GpaOne"
);
// console.log(this.userCourseList,"userCourseList,GpaOne");
this
.
changeDate
();
this
.
changeTerm
();
...
...
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