Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tea-resources-web
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
张伯涛
tea-resources-web
Commits
01f761e7
Commit
01f761e7
authored
Apr 24, 2024
by
王飞龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
a2629a32
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
25 deletions
+28
-25
login.scss
src/styles/themeA/login.scss
+1
-1
courseCatalogues.vue
...s/courseInformation/courseManagement/courseCatalogues.vue
+10
-6
index.vue
src/views/courseInformation/courseManagement/info/index.vue
+15
-15
examinationPaper.vue
...rseInformation/examinationManagement/examinationPaper.vue
+2
-2
questionManagement.vue
...eInformation/examinationManagement/questionManagement.vue
+0
-1
No files found.
src/styles/themeA/login.scss
View file @
01f761e7
...
...
@@ -78,7 +78,7 @@
}
}
.loginCode_formItem
{
width
:
80%
;
width
:
21
.4375rem
;
display
:
flex
;
justify-content
:
space-between
;
//align-items: center;
...
...
src/views/courseInformation/courseManagement/courseCatalogues.vue
View file @
01f761e7
...
...
@@ -250,16 +250,16 @@
<i
class=
"close"
title=
"删除该节"
@
click=
"delSec(itemChild.businessId)"
/>
<!-- 资源按钮组 -->
<
!--
<div
style=
"display:inline-block;float:right"
>
--
>
<!--
<span
v-show=
"processRes(2,itemChild.isTest)"
>
--
>
<!--
<i
v-show=
"itemChild.videoUrl!==''"
class=
"chapter-icon videoBtn"
title=
"视频"
@
click=
"openUploadDialog('视频维护',itemChild,0,'只能上传以.mp4格式/.rmvb格式/.avi结尾的文件')"
/>
<
!
–
视频
–>
-->
<!--
<i
v-show=
"itemChild.videoUrl===''"
class=
"chapter-icon videoBtnNo"
title=
"视频未上传"
@
click=
"openUploadDialog('视频上传',itemChild,0,'只能上传以.mp4格式/.rmvb格式/.avi结尾的文件')"
/>
<
!
–
视频未添加
–>
-->
<!--
</span>
--
>
<
div
style=
"display:inline-block;float:right"
>
<span
v-show=
"!hasChild(itemChild)"
>
<i
v-show=
"itemChild.videoUrl!==''"
class=
"chapter-icon videoBtn"
title=
"视频"
@
click=
"openUploadDialog('视频维护',itemChild,0,'只能上传以.mp4格式/.rmvb格式/.avi结尾的文件')"
/>
<!-- 视频
-->
<i
v-show=
"itemChild.videoUrl===''"
class=
"chapter-icon videoBtnNo"
title=
"视频未上传"
@
click=
"openUploadDialog('视频上传',itemChild,0,'只能上传以.mp4格式/.rmvb格式/.avi结尾的文件')"
/>
<!-- 视频未添加
-->
</span
>
<!--
<span
v-show=
"processRes(4,itemChild.isTest)"
>
-->
<!--
<i
v-show=
"itemChild.pdfUrl!==''"
class=
"chapter-icon pdfBtn"
title=
"PDF"
@
click=
"openUploadDialog('PDF维护',itemChild,1,'只能上传以.pdf结尾的文件')"
/>
<
!
–
PDF
–>
-->
<!--
<i
v-show=
"itemChild.pdfUrl===''"
class=
"chapter-icon pdfBtnNo"
title=
"PDF未上传"
@
click=
"openUploadDialog('PDF上传',itemChild,3,'只能上传以.pdf结尾的文件')"
/>
<
!
–
PDF未添加
–>
-->
<!--
</span>
-->
<
!--
</div>
--
>
<
/div
>
<dl>
<dt
v-for=
"(subItem, subIndex) in itemChild.childList"
class=
"sub-section"
>
<span>
第
{{
index
+
1
}}
.
{{
indexChild
+
1
}}
.
{{
subIndex
+
1
}}
小节
</span>
...
...
@@ -1236,6 +1236,10 @@ export default {
}
}
},
// 判断节下是否有子节
hasChild
(
item
)
{
return
item
.
childList
&&
item
.
childList
.
length
>
0
},
// 上传资源
handleChange
(
file
,
fileList
)
{
this
.
resForm
.
filelist
=
fileList
...
...
src/views/courseInformation/courseManagement/info/index.vue
View file @
01f761e7
...
...
@@ -69,19 +69,19 @@
</el-form-item>
<el-form-item
v-else
label=
"课程方案:"
prop=
"classPlan"
:rules=
"[
{ required: status !== '3', message: '请选择课程方案', trigger: 'blur' }]">
<el-select
v-model=
"form.classPlan"
filterable
multiple
class=
"normalSelct"
>
<el-option
v-for=
"(items,index) in coursePlanOptionsC"
:key=
"index"
:label=
"items.dictLabel"
:value=
"items.dictValue"
/>
</el-select>
<el-select
v-model=
"form.classPlan"
filterable
multiple
class=
"normalSelct"
>
<el-option
v-for=
"(items,index) in coursePlanOptionsC"
:key=
"index"
:label=
"items.dictLabel"
:value=
"items.dictValue"
/>
</el-select>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -105,7 +105,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
v-if=
"form.classPlan[0]!== '1'"
label=
"技术分类:"
prop=
"tecClassify"
>
<el-form-item
v-if=
"form.classPlan[0]!== '1'"
label=
"技术分类:"
prop=
"tecClassify"
>
<el-select
v-model=
"form.tecClassify"
multiple
...
...
@@ -534,7 +534,7 @@ export default {
formData
.
append
(
'temp'
,
'newInformation'
)
uploadPublic
(
formData
).
then
(
res
=>
{
this
.
form
.
defaultUrl
=
res
.
data
.
businessId
this
.
imageUrl
=
res
.
data
.
path
this
.
imageUrl
=
res
.
data
.
url
})
},
handleAvatarSuccess
(
res
,
file
)
{
...
...
src/views/courseInformation/examinationManagement/examinationPaper.vue
View file @
01f761e7
...
...
@@ -255,12 +255,12 @@
<!-- 分数-->
<el-col
:span=
"12"
>
<el-form-item
label=
"分数"
prop=
"mark"
>
<el-input
v-model=
"form.mark"
placeholder=
"请输入分数"
/>
<el-input
v-model=
"form.mark"
placeholder=
"请输入分数"
maxlength=
"3"
/>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"题目编号"
prop=
"number"
>
<el-input
v-model=
"form.number"
placeholder=
"请输入题目编号"
/>
<el-input
v-model=
"form.number"
placeholder=
"请输入题目编号"
maxlength=
"10"
/>
</el-form-item>
</el-col>
</el-row>
...
...
src/views/courseInformation/examinationManagement/questionManagement.vue
View file @
01f761e7
...
...
@@ -250,7 +250,6 @@ export default {
bussinessId
:
{
handler
:
function
(
val
)
{
this
.
courseId
=
val
console
.
log
(
'bussinessId111111111111111111'
,
val
)
},
immediate
:
true
}
...
...
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