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
b4d6a0c6
Commit
b4d6a0c6
authored
Feb 18, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
8a2b60b1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
11 deletions
+3
-11
detail.vue
src/components/stuMan/subscribe/detail.vue
+1
-1
subscribe.vue
src/pages/studyAbroad/subscribe.vue
+2
-10
No files found.
src/components/stuMan/subscribe/detail.vue
View file @
b4d6a0c6
...
...
@@ -54,7 +54,7 @@
<q-field
filled
label=
"进度"
stack-label
class=
"col-6"
>
<
template
v-slot:control
>
<div>
{{
saveObj
.
CompleteProgress
>
0
?
saveObj
.
CompleteProgress
:
0
}}
%
{{
saveObj
.
Ranks
}}
/
{{
saveObj
.
TotalPlanNum
}}
</div>
</
template
>
</q-field>
...
...
src/pages/studyAbroad/subscribe.vue
View file @
b4d6a0c6
...
...
@@ -220,11 +220,7 @@
<div
class=
"flex no-wrap"
>
<span
class=
"detailLabel"
>
进度:
</span
><span
>
{{
__item
.
CompleteProgress
>
0
?
__item
.
CompleteProgress
:
0
}}
%
</span
>
{{
__item
.
Ranks
}}
/
{{
__item
.
TotalPlanNum
}}
</span
>
</div>
<div
class=
"flex no-wrap"
>
...
...
@@ -297,11 +293,7 @@
<div
class=
"flex no-wrap"
>
<span
class=
"detailLabel"
>
进度:
</span
><span
>
{{
__item
.
CompleteProgress
>
0
?
__item
.
CompleteProgress
:
0
}}
%
</span
>
{{
__item
.
Ranks
}}
/
{{
__item
.
TotalPlanNum
}}
</span
>
</div>
<div
class=
"flex no-wrap"
>
...
...
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