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
448e8f4a
Commit
448e8f4a
authored
Jul 21, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
01dde489
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
16 deletions
+7
-16
makeup.vue
src/pages/course/makeup.vue
+7
-16
No files found.
src/pages/course/makeup.vue
View file @
448e8f4a
...
...
@@ -23,7 +23,7 @@
</div>
<div
class=
"col-3"
>
<q-select
@
input=
"refreshPage"
standout=
"bg-primary text-white"
v-model=
"msg.MakeUpStatus"
clearable
option-value=
"Id"
option-label=
"Name"
:options=
"statusList"
emit-value
map-options
label=
"
状态
"
/>
option-value=
"Id"
option-label=
"Name"
:options=
"statusList"
emit-value
map-options
label=
"
处理结果
"
/>
</div>
<div
class=
"col-3"
>
<div
class=
"col-3 Sysuser_Date"
>
...
...
@@ -77,14 +77,14 @@
</
template
>
<
template
v-slot:body-cell-optioned=
"props"
>
<q-td
:props=
"props"
>
<q-btn
v-if=
"props.row.MakeUpStatus==3"
flat
size=
"xs"
icon=
"edit"
color=
"accent"
style=
"font-weight:400"
label=
"处理
"
@
click=
"isShowEdit=true,getClickItem(props.row)"
>
<q-btn
flat
size=
"xs"
icon=
"edit"
color=
"accent"
style=
"font-weight:400"
:label=
"props.row.MakeUpStatus == 1?'处理':'修改'
"
@
click=
"isShowEdit=true,getClickItem(props.row)"
>
<q-popup-proxy
>
<q-banner
v-if=
"isShowEdit"
>
<div
class=
"calenderDialog"
>
<div
style=
"margin:10px 0 15px 0;"
>
设置处理状态
</div>
<q-select
standout=
"bg-primary text-white"
option-value=
"Id"
option-label=
"Name"
v-model=
"statusMsg.MakeUpStatus"
:options=
"statusList"
emit-value
map-options
label=
"是否可补课"
/>
v-model=
"statusMsg.MakeUpStatus"
:options=
"statusList
2
"
emit-value
map-options
label=
"是否可补课"
/>
<q-card-actions
align=
"right"
class=
"bg-white"
style=
"margin-top:20px;"
>
<q-btn
label=
"取消"
flat
color=
"grey-10"
size=
"sm"
@
click=
"isShowEdit=false"
style=
"font-weight:400 !important"
/>
...
...
@@ -193,18 +193,8 @@
},
pageCount
:
0
,
isShowEdit
:
false
,
//是否显示修改
statusList
:
[{
Id
:
-
1
,
Name
:
'全部'
},
{
Id
:
2
,
Name
:
'可补课'
},
{
Id
:
3
,
Name
:
"不可补课"
}
],
statusList
:
[{
Id
:
-
1
,
Name
:
'全部'
},
{
Id
:
2
,
Name
:
'可补课'
},{
Id
:
3
,
Name
:
"不可补课"
}],
statusList2
:
[
{
Id
:
2
,
Name
:
'可补课'
},{
Id
:
3
,
Name
:
"不可补课"
}],
statusMsg
:
{
Id
:
0
,
MakeUpStatus
:
2
,
...
...
@@ -252,6 +242,7 @@
this
.
statusMsg
.
ClassCheckId
=
item
.
ClassCheckId
;
this
.
statusMsg
.
GuestId
=
item
.
OrderGuestId
;
this
.
statusMsg
.
Id
=
item
.
Id
;
this
.
statusMsg
.
MakeUpStatus
=
item
.
MakeUpStatus
},
clearMsg
()
{
this
.
statusMsg
.
Id
=
0
;
...
...
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