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
57498034
Commit
57498034
authored
Mar 02, 2023
by
lizhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
3b6dabb6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
10 deletions
+36
-10
src/views/courseManager/recruitCourse.vue
+1
-0
src/views/pms/product/components/courseInfo.vue
+2
-0
src/views/pms/product/newGpaPdf.vue
+33
-10
No files found.
src/views/courseManager/recruitCourse.vue
View file @
57498034
...
...
@@ -610,6 +610,7 @@ export default {
this
.
addUpdateCourse
.
courseCode
=
courseCode
;
this
.
addUpdateCourse
.
csoName
=
csoName
;
this
.
addUpdateCourse
.
csoCode
=
csoCode
;
this
.
getData
();
},
//编辑
handleUpdateSchoolAll
(
...
...
src/views/pms/product/components/courseInfo.vue
View file @
57498034
...
...
@@ -1060,7 +1060,9 @@ export default {
}).
then
(()
=>
{
this
.
goOnForm
.
umsUserCourses
=
this
.
goOnForm
.
userCourseList
;
//新来的后端比较菜,原来的接口字段不会改,只能搞了个新的名字
this
.
goOnForm
.
umsUserCourses
.
forEach
(
item
=>
{
if
(
item
.
auditCourseName
)
{
item
.
courseName
=
item
.
auditCourseName
;
}
});
addCurrentTermCourse
(
this
.
goOnForm
).
then
(
response
=>
{
this
.
$message
({
...
...
src/views/pms/product/newGpaPdf.vue
View file @
57498034
...
...
@@ -146,12 +146,19 @@
<p>
Address: Room 703, Building B, BS, Jungong Road
</p>
<p>
No. 334,Yangpu District,Shanghai, China 200093
</p>
</div>
<div
class=
"sign"
>
<
!-- <
div class="sign">
<div class="date">
<span>
Date
of Issue
:
</span>
<span>Date:</span>
<span>{{ getTime }}</span>
<p>SEAL</p>
</div>
</div> -->
<div
class=
"sign"
>
<div
class=
"Seal"
>
Seal
</div>
<div
class=
"date"
>
<span>
Date:
</span>
<span>
{{ getTime }}
</span>
</div>
</div>
</div>
</div>
...
...
@@ -388,7 +395,7 @@ export default {
align-items
:
center
;
width
:
100%
;
height
:
140px
;
margin
:
60px
0
10
0px
;
margin
:
120px
0
4
0px
;
p
{
//
font-weight
:
bold
;
}
...
...
@@ -407,15 +414,31 @@ export default {
}
}
//
.sign
{
//
.date
{
//
position
:
relative
;
//
margin-top
:
70px
;
//
p
{
//
position
:
absolute
;
//
top
:
-31px
;
//
left
:
111px
;
//
}
//
}
//
}
.sign
{
.date
{
position
:
relative
;
margin-top
:
70px
;
p
{
position
:
absolute
;
top
:
-31px
;
left
:
111px
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
margin-top
:
80px
;
.Seal
{
margin-bottom
:
5px
;
color
:
#95a5a6
;
opacity
:
0.5
;
}
.date
{
display
:
flex
;
//
position
:
relative
;
//
margin-top
:
70px
;
}
}
}
...
...
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