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
f4f92689
Commit
f4f92689
authored
Sep 18, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
422b4921
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
paperEdit.vue
src/pages/exam/paperEdit.vue
+10
-10
No files found.
src/pages/exam/paperEdit.vue
View file @
f4f92689
...
...
@@ -273,25 +273,25 @@
<
template
>
<div
class=
"examPaper page-body"
>
<div
class=
"examPaper_Top"
>
<div
style=
"width:
8
0%;display:flex;"
>
<div
style=
"width:3
6
%;margin-right:20px;"
>
<div
style=
"width:
9
0%;display:flex;"
>
<div
style=
"width:3
2
%;margin-right:20px;"
>
<q-input
filled
label=
"标题"
v-model=
"DataObj.PaperName"
/>
</div>
<div
style=
"width:2
4
%;"
>
<div
style=
"width:2
0
%;"
>
<q-select
filled
option-value=
"Id"
option-label=
"Name"
:options=
"questionDifficultyTypeList"
emit-value
map-options
label=
"难度"
use-input
clearable
v-model=
"DataObj.DifficultyType"
/>
</div>
<div
style=
"margin:8px 0 0 20px"
>
<q-radio
v-model=
"DataObj.IsOpen"
:val=
"1"
label=
"私有"
/>
<q-radio
v-model=
"DataObj.IsOpen"
:val=
"2"
label=
"公开"
/>
</div>
<div
style=
"margin:8px 0 0 20px"
>
<div
style=
"margin-left:20px;display:flex;align-items:center;"
>
组卷类型:
<q-radio
v-model=
"DataObj.GroupType"
:val=
"1"
label=
"问题类型"
/>
<q-radio
v-model=
"DataObj.GroupType"
:val=
"2"
label=
"题目大类"
/>
</div>
<div
style=
"margin:8px 0 0 40px"
>
<q-radio
v-model=
"DataObj.IsOpen"
:val=
"1"
label=
"私有"
/>
<q-radio
v-model=
"DataObj.IsOpen"
:val=
"2"
label=
"公开"
/>
</div>
</div>
<div
style=
"width:
2
0%;text-align:right;"
>
<div
style=
"width:
1
0%;text-align:right;"
>
<q-btn
color=
"accent"
size=
"sm"
class=
"q-mr-md"
label=
"预览"
style=
"display:none;"
/>
<q-btn
color=
"accent"
size=
"sm"
class=
"q-mr-md"
label=
"保存并返回"
:loading=
"savePaperLoading"
@
click=
"SavePaper()"
/>
...
...
@@ -299,7 +299,7 @@
</div>
<div
class=
"Exam-main"
>
<div
class=
"Exam-left f1"
>
<div
style=
"display:flex;justify-content:space-between;align-items:center;padding:0 10px 10px 5px"
>
<div
style=
"display:flex;justify-content:space-between;align-items:center;padding:0 10px 10px 5px
;height:36px;
"
>
<div
class=
"Left-ptitel"
>
<span>
题量:
<i>
{{
examNum
}}
</i></span>
<span>
总分:
<i>
{{
examScore
.
toFixed
(
2
)
}}
</i></span>
...
...
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