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
7cc215a8
Commit
7cc215a8
authored
Jul 06, 2021
by
Mac
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/confucius
parents
4797d127
91b44fe0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
109 additions
and
84 deletions
+109
-84
class-form.vue
src/components/course/class-form.vue
+7
-0
lesson-form.vue
src/components/course/lesson-form.vue
+102
-84
No files found.
src/components/course/class-form.vue
View file @
7cc215a8
...
...
@@ -269,6 +269,9 @@
<th
colspan=
"2"
>
时间
</th>
<th>
消耗课时
</th>
<th>
操作
</th>
...
...
@@ -291,6 +294,10 @@
<q-input
filled
stack-label
maxlength=
"20"
v-model=
"sItem.EndTime"
placeholder=
"09:30"
:dense=
"false"
class=
"col-6 q-pr-lg"
label=
"结束时间"
/>
</td>
<td>
<q-input
filled
stack-label
maxlength=
"20"
v-model=
"sItem.TimeHour"
@
keyup
.
native=
"checkPrice(sItem,'TimeHour')"
:dense=
"false"
class=
"col-6 q-pr-lg"
label=
"消耗课时"
/>
</td>
<td>
<q-btn
size=
"10px"
v-if=
"sIndex==0"
@
click=
"addPlanTime(nItem)"
round
color=
"primary"
icon=
"iconfont icon-img_haha"
/>
...
...
src/components/course/lesson-form.vue
View file @
7cc215a8
This diff is collapsed.
Click to expand it.
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