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
9d878729
Commit
9d878729
authored
Aug 27, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
ad1e5e07
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
12 deletions
+15
-12
examPaper.vue
src/pages/course/examPaper.vue
+15
-12
No files found.
src/pages/course/examPaper.vue
View file @
9d878729
...
...
@@ -33,7 +33,8 @@
cursor
:
default
!important
;
pointer-events
:
none
;
}
.ExamPaper_Sysuser_Date
.el-range-editor
.el-range-input
{
.ExamPaper_Sysuser_Date
.el-range-editor
.el-range-input
{
background-color
:
transparent
;
}
...
...
@@ -64,9 +65,9 @@
emit-value
map-options
label=
"审核状态"
/>
</div>
<div
class=
"col-3"
>
<q-select
v-model=
"msg.QCreateBy"
:options=
"EmployeeList"
filled
use-input
label=
"创建人"
@
input=
"refreshPage"
clearable
option-label=
"EmployeeName"
option-value=
"Id"
ref=
"EmployeeName"
class=
"col-6"
emit-value
map-options
@
filter=
"filterFn"
>
<q-select
v-model=
"msg.QCreateBy"
:options=
"EmployeeList"
filled
use-input
label=
"创建人"
@
input=
"refreshPage"
clearable
option-label=
"EmployeeName"
option-value=
"Id"
ref=
"EmployeeName"
class=
"col-6"
emit-value
map-options
@
filter=
"filterFn"
>
<
template
v-slot:no-option
>
<q-item>
<q-item-section
class=
"text-grey"
>
...
...
@@ -97,9 +98,10 @@
</div>
</div>
<div
class=
"page-content examPaper"
>
<exampaperlist
:dataList=
"dataList"
ref=
"examPaper"
:msg=
"msg"
:navList=
"navList"
:loading=
"loading"
@
success=
"refreshPage"
></exampaperlist>
<q-pagination
class=
"full-width justify-end"
v-model=
"msg.pageIndex"
color=
"primary"
:max=
"pageCount"
:input=
"true"
@
input=
"changePage"
/>
<exampaperlist
:dataList=
"dataList"
ref=
"examPaper"
:msg=
"msg"
:navList=
"navList"
:loading=
"loading"
@
success=
"refreshPage"
></exampaperlist>
<q-pagination
class=
"full-width justify-end"
:value=
"msg.pageIndex"
color=
"primary"
:max=
"pageCount"
:input=
"true"
@
input=
"changePage"
/>
</div>
</div>
</template>
...
...
@@ -107,7 +109,7 @@
import
exampaperlist
from
'../../components/exam/exampaperlist'
import
{
GetPaperPage
}
from
'../../api/teacher/index'
;
}
from
'../../api/teacher/index'
;
import
{
queryEmployee
}
from
'../../api/users/user'
;
//获取员工
...
...
@@ -131,7 +133,7 @@
QStartTime
:
""
,
//开始时间
QEndTime
:
""
,
//结束时间
QExamineStatus
:
''
,
//审核状态
QCreateBy
:
''
//创建人
QCreateBy
:
''
//创建人
},
pageCount
:
0
,
loading
:
false
,
...
...
@@ -213,8 +215,10 @@
},
//翻页
changePage
(
val
)
{
this
.
msg
.
pageIndex
=
val
;
this
.
getList
()
if
(
val
!=
this
.
msg
.
pageIndex
)
{
this
.
msg
.
pageIndex
=
val
;
this
.
getList
()
}
},
getPaperChild
(
Id
)
{
this
.
msg
.
ParentId
=
Id
;
...
...
@@ -232,7 +236,6 @@
this
.
loading
=
true
;
this
.
dataList
=
[];
GetPaperPage
(
this
.
msg
).
then
(
res
=>
{
this
.
loading
=
false
;
if
(
res
.
Code
==
1
)
{
this
.
dataList
=
res
.
Data
.
pageModel
.
PageData
;
...
...
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