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
3bb32123
Commit
3bb32123
authored
Jan 06, 2023
by
zhangjianqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
回显问题
parent
4d27df41
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
index.vue
danger-manage-web/src/components/FileUpload/index.vue
+1
-0
Dia.vue
...views/educationPlanExam/lessonsProgram/components/Dia.vue
+2
-2
Lesson.vue
...ws/educationPlanExam/lessonsProgram/components/Lesson.vue
+6
-2
No files found.
danger-manage-web/src/components/FileUpload/index.vue
View file @
3bb32123
...
...
@@ -230,6 +230,7 @@
},
},
created
()
{
console
.
log
(
this
.
fileArr
);
// this.fileList = this.list;
this
.
addShow
=
this
.
fileArr
.
length
>
0
?
true
:
false
;
},
...
...
danger-manage-web/src/views/educationPlanExam/lessonsProgram/components/Dia.vue
View file @
3bb32123
...
...
@@ -11,14 +11,14 @@
class=
"add-lession"
:title=
"title"
:visible
.
sync=
"visible"
width=
"10
0
0px"
width=
"10
5
0px"
:close-on-click-modal=
"false"
:close-on-press-escape=
"false"
:before-close=
"dialogCancel"
@
closed=
"closeFinished"
destroy-on-close
>
<div
v-if=
"visible"
ref=
"myBody"
class=
"body"
>
<div
v-if=
"visible"
ref=
"myBody"
class=
"body
"
>
<transition
name=
"fade"
mode=
"out-in"
>
<component
:is=
"currentComponent"
...
...
danger-manage-web/src/views/educationPlanExam/lessonsProgram/components/Lesson.vue
View file @
3bb32123
...
...
@@ -204,7 +204,7 @@ export default {
getLessonById
(
this
.
courseId
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
const
data
=
res
.
data
;
const
{
courseName
,
courseType
,
courseConent
,
video
,
enclosure
}
=
const
{
courseName
,
courseType
,
courseConent
,
video
,
enclosure
,
duration
,
testStartTime
,
testEndTime
}
=
data
;
this
.
form
=
{
courseName
,
...
...
@@ -212,6 +212,9 @@ export default {
courseConent
,
video
,
enclosure
,
duration
,
testStartTime
,
testEndTime
};
this
.
fileListVideo
=
[
{
...
...
@@ -225,6 +228,7 @@ export default {
url
:
uploadfile
,
},
];
console
.
log
(
"--"
,
this
.
fileListFile
);
}
});
},
...
...
@@ -303,7 +307,7 @@ export default {
.form-wrapper
{
padding-top
:
22px
;
width
:
100%
;
height
:
5
50px
;
height
:
6
50px
;
overflow
:
hidden
;
// padding-bottom: 10px;
margin-bottom
:
20px
;
...
...
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