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
54b186dc
Commit
54b186dc
authored
Apr 03, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
7b5e6be9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
lesson-form.vue
src/components/course/lesson-form.vue
+11
-4
No files found.
src/components/course/lesson-form.vue
View file @
54b186dc
...
...
@@ -186,6 +186,7 @@
.lesson_Form
.q-btn__wrapper
{
padding
:
4px
5px
;
}
</
style
>
<
template
>
<div
v-if=
"!isShowSignForm"
>
...
...
@@ -306,7 +307,7 @@
<q-td>
<div
v-for=
"(item,index) in props.row.TimeList"
class=
"lessForm_Class"
:key=
"index"
>
<template
v-if=
"currentUser.Id==1"
>
<q-btn
flat
size=
"xs"
icon=
"edit"
color=
"accent"
style=
"font-weight:400"
label=
"
签到
"
<q-btn
flat
size=
"xs"
icon=
"edit"
color=
"accent"
style=
"font-weight:400"
label=
"
(签到)
"
@
click
.
stop=
"getClicked(props.row,item)"
></q-btn>
</
template
>
<
template
v-else
>
...
...
@@ -397,10 +398,14 @@
</q-banner>
</q-popup-proxy>
</q-btn>
<
template
v-if=
"
props.row.IsCanEdit
"
>
<
template
v-if=
"
currentUser.Id==1
"
>
<q-btn
flat
size=
"xs"
icon=
"delete"
color=
"negative"
style=
"font-weight:400"
label=
"删除"
@
click
.
stop=
"delInfo(props.row)"
></q-btn>
</
template
>
<
template
v-else
>
<q-btn
v-if=
"props.row.IsCanEdit"
flat
size=
"xs"
icon=
"delete"
color=
"negative"
style=
"font-weight:400"
label=
"删除"
@
click
.
stop=
"delInfo(props.row)"
></q-btn>
</
template
>
</q-td>
</template>
<
template
v-slot:bottom
>
...
...
@@ -569,7 +574,8 @@
开始课时:{{props.row.StartClassHours}}
<br
/>
生效状态:{{props.row.EffectStatusStr}}
<br
/>
生效时间:{{props.row.EffectTime}}
<br
/>
<strong
v-if=
"props.row.UpOrderId&&props.row.UpOrderId>0"
>
前置订单:{{props.row.UpOrderId}}
</strong><br
/>
<strong
v-if=
"props.row.UpOrderId&&props.row.UpOrderId>0"
>
前置订单:{{props.row.UpOrderId}}
</strong><br
/>
</q-tooltip>
</span>
</div>
...
...
@@ -1058,4 +1064,5 @@
}
}
}
</
script
>
\ No newline at end of file
</
script
>
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