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
89f1b00f
Commit
89f1b00f
authored
Aug 24, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Plain Diff
1
parents
f145d532
739935df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
exampaperlist.vue
src/components/exam/exampaperlist.vue
+6
-6
No files found.
src/components/exam/exampaperlist.vue
View file @
89f1b00f
...
...
@@ -10,9 +10,9 @@
no-data-label=
"暂无相关数据"
flat
class=
"sticky-column-table sticky-right-column-table"
separator=
"none"
:data=
"dataList"
:columns=
"columns"
row-key=
"PaperId"
>
<template
v-slot:top=
"props"
>
<
div
style=
"height:38px;display:flex;align-items:center;
"
>
<
template
v-if=
"(navList&&navList.length>0)||(multipleSelection&&multipleSelection.length>0)
"
>
<div
style=
"margin-right:20px;"
>
<div
v-if=
"navList&&navList.length>0"
class=
"examPNav
"
>
<div
class=
"examPNav"
v-if=
"navList&&navList.length>0
"
>
<span
@
click=
"getPaperChild(0)"
>
全部
</span>
>
<template
v-for=
"(item,index) in navList"
>
<span
@
click=
"getPaperChild(item.PaperId)"
:class=
"
{'lastExam':index==navList.length-1}" :key="index">
...
...
@@ -21,9 +21,6 @@
<span
v-if=
"index!=navList.length-1"
:key=
"index"
>
>
</span>
</
template
>
</div>
<div
v-else
>
试卷列表
</div>
</div>
<div>
<q-btn
v-if=
"multipleSelection&&multipleSelection.length>0"
color=
"accent"
size=
"sm"
class=
"q-mr-md"
...
...
@@ -31,7 +28,10 @@
<q-btn
v-if=
"multipleSelection&&multipleSelection.length>0"
color=
"accent"
size=
"sm"
class=
"q-mr-md"
label=
"删除"
@
click=
"batchDelete()"
/>
</div>
</div>
</template>
<
template
>
<div
class=
"col-2 q-table__title"
>
试卷列表
</div>
</
template
>
</template>
<
template
v-slot:header-selection=
"scope"
>
<q-checkbox
v-model=
"scope.selected"
/>
...
...
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