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
8883a9ce
Commit
8883a9ce
authored
Jul 19, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
7639e1aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
8 deletions
+21
-8
classstu-form.vue
src/components/course/classstu-form.vue
+21
-8
No files found.
src/components/course/classstu-form.vue
View file @
8883a9ce
...
...
@@ -8,8 +8,8 @@
<div
class=
"dropClassDialog"
>
<div
style=
"margin:10px 0 15px 0;"
>
退课
</div>
</div>
<q-input
square
filled
v-model=
"dropMsg.DropOutRemark"
borderless
label=
"退课原因"
ref=
"reason"
type=
"textarea"
counter
:rules=
"[val => !!val || '请填写退课原因']"
maxlength=
"200"
/>
<q-input
square
filled
v-model=
"dropMsg.DropOutRemark"
borderless
label=
"退课原因"
ref=
"reason"
type=
"textarea"
counter
:rules=
"[val => !!val || '请填写退课原因']"
maxlength=
"200"
/>
<div
class=
"drop_NameDown"
>
<q-chip
v-for=
"(item,index) in selectedStudent"
:key=
"index"
>
<q-avatar
rounded
size=
"sm"
v-if=
"item.UserIcon"
>
...
...
@@ -21,7 +21,8 @@
</q-chip>
</div>
<q-card-actions
align=
"right"
class=
"bg-white"
>
<q-btn
label=
"取消"
flat
color=
"grey-10"
style=
"font-weight:400 !important"
@
click=
"isShowDropPop=false"
/>
<q-btn
label=
"取消"
flat
color=
"grey-10"
style=
"font-weight:400 !important"
@
click=
"isShowDropPop=false"
/>
<q-btn
label=
"确认"
color=
"accent q-px-md"
style=
"font-weight:400 !important"
@
click=
"saveDrop()"
/>
</q-card-actions>
</q-banner>
...
...
@@ -80,8 +81,8 @@
</
template
>
<
template
v-slot:body-cell-StuType=
"props"
>
<q-td
auto-width
:props=
"props"
>
<span
v-if=
"props.row.
IsChaBan==0
"
>
正常报入
</span>
<span
style=
"color:red;
"
v-if=
"props.row.IsChaBan==1
"
>
<span
v-if=
"props.row.
JoinType==1
"
>
正常报入
</span>
<span
style=
"color:red;
cursor:pointer"
v-if=
"props.row.JoinType==2
"
>
插班报入
<q-tooltip
:offset=
"[10, 10]"
>
开始课时:
{{
props
.
row
.
StartClassHours
}}
<br
/>
...
...
@@ -93,6 +94,18 @@
</
template
>
</q-tooltip>
</span>
<span
style=
"color:red;cursor:pointer"
v-if=
"props.row.JoinType==3"
>
续费报入
<q-tooltip
:offset=
"[10, 10]"
>
原订单{{props.row.SourceClassName}}班级续费。关联单号{{props.row.SourceOrderId}}
</q-tooltip>
</span>
<span
style=
"color:red;cursor:pointer"
v-if=
"props.row.JoinType==4"
>
转班报入
<q-tooltip
:offset=
"[10, 10]"
>
从{{props.row.SourceClassName}}班级转入。关联单号{{props.row.SourceOrderId}}
</q-tooltip>
</span>
</q-td>
</template>
</q-table>
...
...
@@ -201,15 +214,15 @@
InvitationList
:
[],
//学员下拉数据
AllInvitationList
:
[],
checkedStudent
:
''
,
//选择学员
isShowBtn
:
true
isShowBtn
:
true
}
},
created
()
{
},
mounted
()
{
if
(
this
.
isShowMyBtn
==
1
)
{
this
.
isShowBtn
=
false
;
if
(
this
.
isShowMyBtn
==
1
)
{
this
.
isShowBtn
=
false
;
}
this
.
getStudentData
();
this
.
getStudentList
();
...
...
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