Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zhengyuan-danger-chemistry-manage
Project
Project
Details
Activity
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
耿迪迪
zhengyuan-danger-chemistry-manage
Commits
0049a818
Commit
0049a818
authored
Feb 03, 2023
by
纪泽龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化发布内容
parent
96f23a75
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
10 deletions
+25
-10
index.vue
...-web/src/views/educationPlanExam/lessonsProgram/index.vue
+2
-2
index.vue
...anage-web/src/views/educationPlanExam/textPaper/index.vue
+23
-8
No files found.
danger-manage-web/src/views/educationPlanExam/lessonsProgram/index.vue
View file @
0049a818
...
...
@@ -200,7 +200,7 @@
/>
<
el
-
dialog
class
=
"lessons-program"
title
=
"发布详情"
title
=
"
培训考试
发布详情"
:
visible
.
sync
=
"issueVisible"
width
=
"60%"
>
...
...
@@ -626,7 +626,7 @@ export default {
}
.
dialogName
{
margin
-
right
:
50
px
;
color
:
#
000
;
// color: #ccc
;
font
-
size
:
16
px
;
}
.
detail
{
...
...
danger-manage-web/src/views/educationPlanExam/textPaper/index.vue
View file @
0049a818
...
...
@@ -104,7 +104,7 @@
>
<
template
v
-
slot
=
"{
row: { courseName, topicNum, status, courseId,
qualifiedNum
}
,
row: { courseName, topicNum, status, courseId,
testStartTime,testEndTime
}
,
}
"
>
<!--
<
div
>
{{
status
}}
<
/div> --
>
...
...
@@ -144,7 +144,7 @@
size
=
"mini"
type
=
"text"
icon
=
"el-icon-delete"
@
click
=
"issueDilog(courseId, courseName, topicNum)"
@
click
=
"issueDilog(courseId, courseName, topicNum
,testStartTime,testEndTime
)"
>
发布
<
/el-butto
n
>
<
/template
>
...
...
@@ -167,13 +167,24 @@
/>
<
el
-
dialog
class
=
"lessons-program"
title
=
"发布详情"
title
=
"
试卷考试
发布详情"
:
visible
.
sync
=
"issueVisible"
width
=
"60%"
>
<
span
class
=
"dialogName"
>
考试名称
:
<
span
class
=
"a"
>
{{
dilogName
}}
<
/span
>
<
/span
>
<
div
>
<
span
class
=
"dialogName"
>
考试名称
:
<
span
class
=
"a"
>
{{
dilogName
}}
<
/span
>
<
/span
>
<
/div
>
<
div
style
=
"margin-top:20px"
>
<
span
class
=
"dialogName"
>
开始时间
:
<
span
class
=
"a"
>
{{
dilogStartTime
}}
<
/span
>
<
/span
>
<
span
class
=
"dialogName"
>
结束时间
:
<
span
class
=
"a"
>
{{
dilogEndTime
}}
<
/span
>
<
/span
>
<
/div
>
<!--
<
span
class
=
"dialogName"
>
培训计划
:
<
span
class
=
"a"
>
{{
dilogType
}}
<
/span></
span
>
-->
...
...
@@ -277,6 +288,8 @@ export default {
issueVisible
:
false
,
dilogName
:
""
,
dilogTopicNum
:
0
,
dilogStartTime
:
0
,
dilogEndTime
:
0
,
// dilogType: null,
bottomFrom
:
{
singleChoiceScore
:
0
,
...
...
@@ -427,7 +440,7 @@ export default {
.
catch
(()
=>
{
}
);
}
,
// 发布
issueDilog
(
courseId
,
name
,
num
)
{
issueDilog
(
courseId
,
name
,
num
,
startTime
,
endTime
)
{
if
(
num
===
0
)
{
this
.
$message
({
message
:
"请至少录入一道考题在发布"
,
...
...
@@ -460,6 +473,8 @@ export default {
.
then
((
res
)
=>
{
// 名称
this
.
dilogName
=
name
;
this
.
dilogStartTime
=
startTime
;
this
.
dilogEndTime
=
endTime
;
this
.
issueVisible
=
true
;
this
.
issueCourseId
=
courseId
;
}
);
...
...
@@ -540,7 +555,7 @@ export default {
}
.
dialogName
{
margin
-
right
:
50
px
;
color
:
#
000
;
// color: #ccc
;
font
-
size
:
16
px
;
}
.
detail
{
...
...
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