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
ad0f605f
Commit
ad0f605f
authored
Feb 22, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
df6c2670
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
jumpCourse.vue
src/components/stuMan/jumpCourse.vue
+8
-3
No files found.
src/components/stuMan/jumpCourse.vue
View file @
ad0f605f
...
...
@@ -75,7 +75,7 @@
stack-label
:min=
"0"
v-if=
"type == 'b'"
@
input
=
"changeStartChapter"
@
change
=
"changeStartChapter"
/>
<q-input
filled
...
...
@@ -85,10 +85,12 @@
class=
"col-4"
stack-label
:min=
"0"
@
input=
"changeEndChapter"
:max=
"999"
@
change=
"changeEndChapter"
/>
</div>
<div
class=
"q-my-xs"
>
跳课章节列表:{{ msg.ChapterNos }}
</div>
<div
class=
"q-my-xs"
style=
"word-wrap:break-word"
>
<span
style=
"white-space:nowrap"
>
跳课章节列表:
</span>
{{ msg.ChapterNos }}
</div>
</q-card-section>
<q-separator
/>
<q-card-actions
align=
"right"
class=
"bg-white"
>
...
...
@@ -161,6 +163,9 @@ export default {
if
(
!
this
.
endSChapterNo
)
{
this
.
endSChapterNo
=
0
;
}
if
(
this
.
endSChapterNo
>=
999
)
{
this
.
endSChapterNo
=
999
;
}
const
end
=
parseInt
(
this
.
endSChapterNo
);
let
arr
=
[];
if
(
this
.
type
==
"a"
)
{
...
...
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