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
c6dc5772
Commit
c6dc5772
authored
Jul 06, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
8e8046ff
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 @
c6dc5772
...
@@ -269,6 +269,9 @@
...
@@ -269,6 +269,9 @@
<th
colspan=
"2"
>
<th
colspan=
"2"
>
时间
时间
</th>
</th>
<th>
消耗课时
</th>
<th>
<th>
操作
操作
</th>
</th>
...
@@ -291,6 +294,10 @@
...
@@ -291,6 +294,10 @@
<q-input
filled
stack-label
maxlength=
"20"
v-model=
"sItem.EndTime"
placeholder=
"09:30"
:dense=
"false"
<q-input
filled
stack-label
maxlength=
"20"
v-model=
"sItem.EndTime"
placeholder=
"09:30"
:dense=
"false"
class=
"col-6 q-pr-lg"
label=
"结束时间"
/>
class=
"col-6 q-pr-lg"
label=
"结束时间"
/>
</td>
</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>
<td>
<q-btn
size=
"10px"
v-if=
"sIndex==0"
@
click=
"addPlanTime(nItem)"
round
color=
"primary"
<q-btn
size=
"10px"
v-if=
"sIndex==0"
@
click=
"addPlanTime(nItem)"
round
color=
"primary"
icon=
"iconfont icon-img_haha"
/>
icon=
"iconfont icon-img_haha"
/>
...
...
src/components/course/lesson-form.vue
View file @
c6dc5772
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