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
582fc598
Commit
582fc598
authored
Aug 23, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
a569b330
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
examPaper.vue
src/pages/exam/examPaper.vue
+15
-2
No files found.
src/pages/exam/examPaper.vue
View file @
582fc598
...
@@ -70,6 +70,10 @@
...
@@ -70,6 +70,10 @@
<div
class=
"col-3"
>
<div
class=
"col-3"
>
<q-input
@
change=
"getList"
clearable
filled
v-model=
"msg.PaperName"
@
clear=
"getList"
maxlength=
"20"
<q-input
@
change=
"getList"
clearable
filled
v-model=
"msg.PaperName"
@
clear=
"getList"
maxlength=
"20"
label=
"输入试卷名称、组卷人查找"
/>
label=
"输入试卷名称、组卷人查找"
/>
<div
style=
"margin-top:15px;"
>
<q-btn
color=
"accent"
size=
"sm"
class=
"q-mr-md"
label=
"移动到"
/>
<q-btn
color=
"accent"
size=
"sm"
class=
"q-mr-md"
label=
"删除"
/>
</div>
</div>
</div>
</div>
</div>
<div
class=
"page-option"
>
<div
class=
"page-option"
>
...
@@ -100,7 +104,11 @@
...
@@ -100,7 +104,11 @@
<span
v-if=
"index!=navList.length-1"
:key=
"index"
>
>
</span>
<span
v-if=
"index!=navList.length-1"
:key=
"index"
>
>
</span>
</
template
>
</
template
>
</div>
</div>
<el-table
:data=
"dataList"
v-loading=
"loading"
>
<el-table
:data=
"dataList"
v-loading=
"loading"
ref=
"multipleTable"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
>
</el-table-column>
<el-table-column
prop=
"PaperName"
label=
"文件夹/试卷"
width=
"300"
>
<el-table-column
prop=
"PaperName"
label=
"文件夹/试卷"
width=
"300"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
class=
"Exam_PaperName"
>
<div
class=
"Exam_PaperName"
>
...
@@ -256,7 +264,8 @@
...
@@ -256,7 +264,8 @@
examObj
:
{},
//弹窗对象
examObj
:
{},
//弹窗对象
navList
:
[],
//导航列表
navList
:
[],
//导航列表
IsCreateFolder
:
false
,
//是否试卷创建文件夹权限
IsCreateFolder
:
false
,
//是否试卷创建文件夹权限
IsCreatePaper
:
false
//是否创建试卷权限
IsCreatePaper
:
false
,
//是否创建试卷权限
multipleSelection
:
[]
}
}
},
},
created
()
{
created
()
{
...
@@ -275,6 +284,10 @@
...
@@ -275,6 +284,10 @@
this
.
getList
();
this
.
getList
();
},
},
methods
:
{
methods
:
{
//全选
handleSelectionChange
(
val
){
console
.
log
(
val
,
'数据'
);
},
rowsClick
(
row
,
column
,
event
)
{
rowsClick
(
row
,
column
,
event
)
{
this
.
$refs
.
examPaperTab
.
toggleRowExpansion
(
row
);
this
.
$refs
.
examPaperTab
.
toggleRowExpansion
(
row
);
},
},
...
...
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