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
fbff6b94
Commit
fbff6b94
authored
Dec 28, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
02702ce1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
9 deletions
+22
-9
reservelist.vue
src/components/schedul/reservelist.vue
+22
-9
No files found.
src/components/schedul/reservelist.vue
View file @
fbff6b94
<
template
>
<div
class=
"page-content"
>
<q-table
:pagination=
"pageMsg"
:loading=
"loading"
no-data-label=
"暂无相关数据"
flat
class=
"sticky-column-table sticky-right-column-table"
separator=
"none"
:data=
"data"
:columns=
"columns"
:visible-columns=
"visibleColumns"
row-key=
"name"
>
<template
v-slot:top
=
"props"
>
class=
"sticky-column-table sticky-right-column-table"
separator=
"none"
:data=
"data"
:columns=
"columns"
:visible-columns=
"visibleColumns"
row-key=
"name"
>
<template
v-slot:top
>
<div
class=
"col-2 q-table__title"
>
试听班级管理
</div>
<q-space
/>
<div
class=
"page-option"
>
<q-btn
color=
"accent"
v-if=
"authObj&&authObj.isShowEdit"
size=
"sm"
class=
"q-mr-md"
icon=
"add"
label=
"添加试听"
@
click=
"editVisitor(null)"
/>
<q-btn
color=
"accent"
v-if=
"authObj&&authObj.isShowEdit"
size=
"sm"
class=
"q-mr-md"
icon=
"add"
label=
"添加试听"
@
click=
"editVisitor(null)"
/>
</div>
</
template
>
<
template
v-slot:body-cell-TeacherName=
"props"
>
...
...
@@ -157,6 +158,18 @@
align
:
'left'
,
field
:
'JoinNum'
,
},
{
name
:
'OrderCount'
,
label
:
'转订单人数'
,
align
:
'left'
,
field
:
'OrderCount'
,
},
{
name
:
'ConversionRates'
,
label
:
'转化率'
,
align
:
'left'
,
field
:
'ConversionRates'
,
},
{
name
:
'ClassContent'
,
label
:
'试讲内容'
,
...
...
@@ -177,7 +190,8 @@
],
//表格可见列
visibleColumns
:
[
'TeacherName'
,
'ClassDateStr'
,
'ClassTime'
,
'RoomName'
,
'LessonName'
,
'JoinNum'
,
'ClassContent'
,
'CreateByName'
,
'TeacherId'
'TeacherName'
,
'ClassDateStr'
,
'ClassTime'
,
'RoomName'
,
'LessonName'
,
'JoinNum'
,
'ClassContent'
,
'CreateByName'
,
'OrderCount'
,
'ConversionRates'
,
'TeacherId'
],
//可见列
reserveObj
:
{},
isShowReserve
:
false
,
...
...
@@ -189,6 +203,7 @@
created
()
{
if
(
this
.
authObj
&&
!
this
.
authObj
.
isShowEdit
)
{
this
.
visibleColumns
.
splice
(
this
.
visibleColumns
.
length
-
1
,
1
);
this
.
visibleColumns
.
splice
(
this
.
visibleColumns
.
length
-
1
,
1
);
}
},
mounted
()
{
...
...
@@ -221,7 +236,7 @@
this
.
OpenNewUrl
(
path
,
queryObj
)
},
//跳转收支明细
goAuditPayment
(
obj
){
goAuditPayment
(
obj
)
{
this
.
OpenNewUrl
(
'../../sale/AudiopaymentDetail'
,
{
Id
:
0
})
...
...
@@ -258,9 +273,7 @@
}
}
</
script
>
<
style
lang=
"sass"
>
@import
url('~assets/css/table.sass')
</
style
>
\ No newline at end of file
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