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
77d6cb15
Commit
77d6cb15
authored
Jul 20, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d5b143af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
12 deletions
+16
-12
temporaryClassbill-form.vue
src/components/sale/temporaryClassbill-form.vue
+2
-2
provisionalInviteForm.vue
src/components/teacher/provisionalInviteForm.vue
+14
-10
No files found.
src/components/sale/temporaryClassbill-form.vue
View file @
77d6cb15
...
@@ -191,7 +191,7 @@
...
@@ -191,7 +191,7 @@
<div
class=
"backinfo_Item"
style=
"margin-bottom:20px"
>
<div
class=
"backinfo_Item"
style=
"margin-bottom:20px"
>
<span
class=
"role_Line"
style=
"background-color:#02C499"
></span>
上课时间信息
<span
class=
"role_Line"
style=
"background-color:#02C499"
></span>
上课时间信息
</div>
</div>
<q-table
:pagination=
"msg"
no-data-label=
"暂无相关数据"
flat
<q-table
:pagination=
"msg"
no-data-label=
"暂无相关数据"
flat
style=
"border-bottom: 1px solid #DADBDC;"
class=
"sticky-column-table no-bottom-table"
:data=
"setingObj.DataObj.ClassPlanTimeList"
class=
"sticky-column-table no-bottom-table"
:data=
"setingObj.DataObj.ClassPlanTimeList"
:columns=
"columns"
row-key=
"name"
>
:columns=
"columns"
row-key=
"name"
>
<template
v-slot:body-cell-time=
"props"
>
<template
v-slot:body-cell-time=
"props"
>
...
@@ -206,7 +206,7 @@
...
@@ -206,7 +206,7 @@
<div
class=
"backinfo_Item"
style=
"margin-bottom:20px;margin-top:10px;"
>
<div
class=
"backinfo_Item"
style=
"margin-bottom:20px;margin-top:10px;"
>
<span
class=
"role_Line"
style=
"background-color:#8175FB"
></span>
目标学员信息
<span
class=
"role_Line"
style=
"background-color:#8175FB"
></span>
目标学员信息
</div>
</div>
<q-table
:pagination=
"msg"
no-data-label=
"暂无相关数据"
flat
<q-table
:pagination=
"msg"
no-data-label=
"暂无相关数据"
flat
style=
"border-bottom: 1px solid #DADBDC;"
class=
"sticky-column-table no-bottom-table"
:data=
"setingObj.DataObj.OrderGuestList"
class=
"sticky-column-table no-bottom-table"
:data=
"setingObj.DataObj.OrderGuestList"
:columns=
"columns2"
row-key=
"name"
>
:columns=
"columns2"
row-key=
"name"
>
<
template
v-slot:body-cell-process=
"props"
>
<
template
v-slot:body-cell-process=
"props"
>
...
...
src/components/teacher/provisionalInviteForm.vue
View file @
77d6cb15
...
@@ -74,11 +74,7 @@
...
@@ -74,11 +74,7 @@
</q-item>
</q-item>
</
template
>
</
template
>
</q-select>
</q-select>
<q-input
filled
v-model=
"msg.GuestName"
clearable
class=
"col-6"
label=
"学员姓名"
maxlength=
"200"
@
clear=
"getNotClassStudentList"
>
<
template
v-slot:append
>
<q-icon
name=
"search"
style=
"cursor:pointer;"
@
click=
"getNotClassStudentList"
/>
</
template
>
</q-input>
</div>
</div>
<div
class=
"row items-center q-ma-sm"
>
<div
class=
"row items-center q-ma-sm"
>
</div>
</div>
...
@@ -97,8 +93,17 @@
...
@@ -97,8 +93,17 @@
</q-table>
</q-table>
</div>
</div>
</q-expansion-item>
</q-expansion-item>
<!-- <div class="text-caption q-mb-lg q-px-md text-grey-6">学员列表</div> -->
<!-- <div class="text-caption q-mb-lg q-px-md text-grey-6">学员列表</div> -->
<q-expansion-item
expand-separator
label=
"学员列表"
:value=
"true"
>
<q-expansion-item
expand-separator
label=
"学员列表"
:value=
"true"
>
<div
class=
"row q-mb-md q-col-gutter-lg"
>
<q-input
filled
v-model=
"msg.GuestName"
clearable
class=
"col-6"
label=
"学员姓名"
maxlength=
"200"
@
clear=
"getNotClassStudentList"
>
<
template
v-slot:append
>
<q-icon
name=
"search"
style=
"cursor:pointer;"
@
click=
"getNotClassStudentList"
/>
</
template
>
</q-input>
</div>
<div
class=
"row items-center"
>
<div
class=
"row items-center"
>
<div
class=
"col"
>
<div
class=
"col"
>
<q-table
no-data-label=
"暂无相关数据"
flat
:pagination=
"pages"
<q-table
no-data-label=
"暂无相关数据"
flat
:pagination=
"pages"
...
@@ -199,13 +204,12 @@
...
@@ -199,13 +204,12 @@
},
},
stuList
:
[],
stuList
:
[],
selectedStu
:
[],
selectedStu
:
[],
stuColumns
:
[
stuColumns
:
[{
{
name
:
'Id'
,
name
:
'Id'
,
label
:
'编号'
,
label
:
'编号'
,
field
:
'Id'
,
field
:
'Id'
,
align
:
'left'
align
:
'left'
},{
},
{
name
:
'GuestName'
,
name
:
'GuestName'
,
label
:
'姓名'
,
label
:
'姓名'
,
field
:
'GuestName'
,
field
:
'GuestName'
,
...
@@ -389,7 +393,7 @@
...
@@ -389,7 +393,7 @@
message
:
'操作成功!'
,
message
:
'操作成功!'
,
position
:
'top'
position
:
'top'
})
})
this
.
persistent
=
false
this
.
persistent
=
false
this
.
$emit
(
'success'
)
this
.
$emit
(
'success'
)
this
.
$emit
(
'close'
)
this
.
$emit
(
'close'
)
}
else
{
}
else
{
...
@@ -408,6 +412,6 @@
...
@@ -408,6 +412,6 @@
</
script
>
</
script
>
<
style
>
<
style
>
</
style
>
</
style
>
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