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
9188b7e5
You need to sign in or sign up before continuing.
Commit
9188b7e5
authored
Oct 29, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2511e443
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
9 deletions
+22
-9
alladdsc.vue
src/pages/teacher/components/alladdsc.vue
+3
-2
audiomaterial.vue
src/pages/teacher/components/audiomaterial.vue
+6
-2
imgmaterial.vue
src/pages/teacher/components/imgmaterial.vue
+6
-2
videomaterial.vue
src/pages/teacher/components/videomaterial.vue
+6
-2
imageTextlist.vue
src/pages/teacher/contribution/imageTextlist.vue
+1
-1
No files found.
src/pages/teacher/components/alladdsc.vue
View file @
9188b7e5
...
...
@@ -40,6 +40,7 @@
</div>
</div>
</div>
<q-input
clearable
filled
v-model=
"addMsg.MediaName"
placeholder=
"请输入图片名称"
class=
"q-mt-lg"
maxlength=
"20"
/>
</q-card-section>
<q-separator
/>
...
...
@@ -223,9 +224,9 @@
},
created
()
{
if
(
this
.
editobj
!=
null
)
{
this
.
addMsg
=
this
.
editobj
this
.
addMsg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
editobj
))
if
(
this
.
type
==
1
){
this
.
imgPath
=
this
.
editobj
.
Path
;
this
.
imgPath
=
this
.
addMsg
.
ImageUrl
;
}
}
},
...
...
src/pages/teacher/components/audiomaterial.vue
View file @
9188b7e5
...
...
@@ -30,8 +30,12 @@
{{
x
.
timevalue
?
x
.
timevalue
.
toFixed
(
1
):
0
}}
</span>
</q-circular-progress>
<div
class=
"onetext"
style=
"margin-top: 5px;"
>
上传者:
{{
x
.
UpdateBy
}}
</div>
<div
class=
"onetext"
style=
"margin-top: 5px;"
>
分组:
{{
x
.
MediaGroupName
}}
</div>
<div
class=
"onetext"
style=
"margin-top: 5px;"
>
{{
x
.
MediaName
}}
</div>
<div
style=
"margin-top: 5px;display: flex;justify-content: space-between;align-items: center;"
>
<span
class=
"onetext"
style=
"width: 50%;"
><i
class=
"iconfont icon-ico-64"
style=
"font-size: 12px;color: #1890ff;margin-right: 3px;"
></i>
{{
x
.
MediaGroupName
}}
</span>
<span
class=
"onetext"
style=
"width: 50%;text-align: right;"
><i
class=
"iconfont icon-ren-"
style=
"font-size: 14px;color: #1890ff;margin-right: 3px;"
></i>
{{
x
.
UpdateByName
}}
</span>
</div>
</q-card-section>
</q-card>
...
...
src/pages/teacher/components/imgmaterial.vue
View file @
9188b7e5
...
...
@@ -38,8 +38,12 @@
</div>
</div>
<q-img
:src=
"x.ImageUrl"
class=
"imgstyle"
></q-img>
<div
class=
"onetext"
style=
"margin-top: 5px;"
>
上传者:
{{
x
.
UpdateByName
}}
</div>
<div
class=
"onetext"
style=
"margin-top: 5px;"
>
分组:
{{
x
.
MediaGroupName
}}
</div>
<div
class=
"onetext"
style=
"margin-top: 5px;"
>
{{
x
.
MediaName
}}
</div>
<div
style=
"margin-top: 5px;display: flex;justify-content: space-between;align-items: center;"
>
<span
class=
"onetext"
style=
"width: 50%;"
><i
class=
"iconfont icon-ico-64"
style=
"font-size: 12px;color: #1890ff;margin-right: 3px;"
></i>
{{
x
.
MediaGroupName
}}
</span>
<span
class=
"onetext"
style=
"width: 50%;text-align: right;"
><i
class=
"iconfont icon-ren-"
style=
"font-size: 14px;color: #1890ff;margin-right: 3px;"
></i>
{{
x
.
UpdateByName
}}
</span>
</div>
</q-card-section>
</q-card>
...
...
src/pages/teacher/components/videomaterial.vue
View file @
9188b7e5
...
...
@@ -26,8 +26,12 @@
<video
width=
"260"
height=
"180"
:src=
"x.Path"
controls=
"controls"
v-if=
"x.Path"
>
<!--
<source
:src=
"x.Path"
type=
"video/mp4"
/>
-->
</video>
<div
class=
"onetext"
style=
"margin-top: 5px;"
>
视频名称:
{{
x
.
MediaName
}}
</div>
<div
class=
"onetext"
style=
"margin-top: 5px;"
>
分组:
{{
x
.
MediaGroupName
}}
</div>
<div
class=
"onetext"
style=
"margin-top: 5px;"
>
{{
x
.
MediaName
}}
</div>
<div
style=
"margin-top: 5px;display: flex;justify-content: space-between;align-items: center;"
>
<span
class=
"onetext"
style=
"width: 50%;"
><i
class=
"iconfont icon-ico-64"
style=
"font-size: 12px;color: #1890ff;margin-right: 3px;"
></i>
{{
x
.
MediaGroupName
}}
</span>
<span
class=
"onetext"
style=
"width: 50%;text-align: right;"
><i
class=
"iconfont icon-ren-"
style=
"font-size: 14px;color: #1890ff;margin-right: 3px;"
></i>
{{
x
.
UpdateByName
}}
</span>
</div>
</q-card-section>
</q-card>
...
...
src/pages/teacher/contribution/imageTextlist.vue
View file @
9188b7e5
...
...
@@ -27,7 +27,7 @@
<q-btn-dropdown
color=
"accent"
size=
"sm"
class=
"q-mr-md"
style=
"float:right;margin-right:0;"
label=
"新增创作"
>
<q-list>
<q-item
clickable
v-close-popup
@
click=
"goadd(x.Id)"
v-for=
"(x,y) in TypeList2"
:key=
"y"
>
<q-item
clickable
v-close-popup
@
click=
"goadd(x.Id)"
v-for=
"(x,y) in TypeList2"
:key=
"y"
v-if=
'x.Id!=3'
>
<q-item-section>
<q-item-label>
{{
x
.
Name
}}
</q-item-label>
</q-item-section>
...
...
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