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
b7b238e1
Commit
b7b238e1
authored
Oct 23, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
705feebd
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
teachplan-form.vue
src/components/course/teachplan-form.vue
+1
-1
teachupload-form.vue
src/components/course/teachupload-form.vue
+1
-1
teachplan.vue
src/pages/course/teachplan.vue
+1
-1
No files found.
src/components/course/teachplan-form.vue
View file @
b7b238e1
...
...
@@ -67,7 +67,7 @@
ParentPlanId
:
0
,
//父级节点编号
SourceUrl
:
""
,
//源文件路径
PlanFileExtension
:
""
,
//文件后缀名
PlanNodeType
:
0
,
//
节点类型(0-文件,1-文件夹
)
PlanNodeType
:
0
,
//
教案类型(0-自动添加教案,1-上传教案
)
ExtUrl
:
""
,
//上传生成文件路径
Remark
:
""
,
//备注
},
...
...
src/components/course/teachupload-form.vue
View file @
b7b238e1
...
...
@@ -59,7 +59,7 @@
ParentPlanId
:
0
,
//父级节点编号
SourceUrl
:
""
,
//源文件路径
PlanFileExtension
:
""
,
//文件后缀名
PlanNodeType
:
0
,
//节点类型(0-文件,1-文件夹
)
PlanNodeType
:
1
,
//教案类型(0-自动添加教案,1-上传教案
)
ExtUrl
:
""
,
//上传生成文件路径
Remark
:
""
,
//备注
},
...
...
src/pages/course/teachplan.vue
View file @
b7b238e1
...
...
@@ -56,7 +56,7 @@
<teachplan-form
v-if=
"IsShowTeachForm"
:CourseId=
"CourseId"
:save-obj=
"teachPlanObj"
@
close=
"closeTeachSaveForm"
@
success=
"refreshPage"
>
</teachplan-form>
<teachupload-form
v-if=
"IsShowTeachUploadForm"
:CourseId=
"CourseId"
@
close=
"closeTeachUploadForm"
<teachupload-form
v-if=
"IsShowTeachUploadForm"
:CourseId=
"CourseId"
:save-obj=
"teachPlanObj"
@
close=
"closeTeachUploadForm"
@
success=
"refreshPage"
>
</teachupload-form>
</div>
...
...
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