Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
fc217f74
Commit
fc217f74
authored
Oct 23, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
90b95da4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
CourseManagement.vue
src/components/education/CourseManagement.vue
+2
-2
informationManage.vue
src/components/education/informationManage.vue
+5
-5
No files found.
src/components/education/CourseManagement.vue
View file @
fc217f74
...
...
@@ -547,10 +547,10 @@
}
let
str
=
""
;
if
(
num
==
4
)
{
str
=
"批量
上架
,是否继续"
;
str
=
"批量
启用
,是否继续"
;
}
if
(
num
==
5
)
{
str
=
"批量
下架
,是否继续"
;
str
=
"批量
禁用
,是否继续"
;
}
if
(
num
==
6
)
{
str
=
"是否确认删除选中的课程?"
;
...
...
src/components/education/informationManage.vue
View file @
fc217f74
...
...
@@ -99,8 +99,8 @@
<el-button
v-else
class=
"button-new-tag"
size=
"small"
@
click=
"showInput"
>
+ 标签
</el-button>
</el-form-item>
<el-form-item
label=
"资讯状态"
>
<el-radio
v-model=
"addMsg.ArticleStatus"
:label=
"1"
>
上架
</el-radio>
<el-radio
v-model=
"addMsg.ArticleStatus"
:label=
"2"
>
下架
</el-radio>
<el-radio
v-model=
"addMsg.ArticleStatus"
:label=
"1"
>
启用
</el-radio>
<el-radio
v-model=
"addMsg.ArticleStatus"
:label=
"2"
>
禁用
</el-radio>
</el-form-item>
<el-form-item
label=
"关联老师"
>
<el-select
class=
"w150"
style=
"margin-right: 10px;"
v-model=
"addMsg.TeacherId"
size=
"small"
...
...
@@ -112,7 +112,7 @@
</el-form-item>
<el-form-item
label=
"头像"
size=
"small"
>
<el-button
@
click=
"openChangeDig(1)"
size=
"small"
>
选择文件
</el-button>
<div
class=
"app-gallery-item"
style=
"position: relative;width: 100px;margin-top: 10px;"
>
<div
class=
"app-gallery-item"
style=
"position: relative;width: 100px;margin-top: 10px;
border:none;
"
>
<img
v-if=
"!addMsg.ArticlePic || addMsg.ArticlePic==''"
src=
"../../assets/img/default.png"
style=
"width:80px;height:80px"
alt=
""
>
<img
v-else
style=
"width:80px;height:80px"
:src=
"addMsg.ArticlePic"
alt=
""
>
...
...
@@ -372,10 +372,10 @@
ArticleStatus
:
num
,
}
if
(
num
==
1
)
{
str
=
"批量
上架
,是否继续"
;
str
=
"批量
启用
,是否继续"
;
}
if
(
num
==
2
)
{
str
=
"批量
下架
,是否继续"
;
str
=
"批量
禁用
,是否继续"
;
}
if
(
num
==
3
)
{
str
=
"是否确认删除选中的资讯?"
;
...
...
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