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
bc1538b2
Commit
bc1538b2
authored
Oct 22, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
025935b3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
16 deletions
+16
-16
CourseManagement.vue
src/components/education/CourseManagement.vue
+4
-4
informationManage.vue
src/components/education/informationManage.vue
+4
-4
lecturermanage.vue
src/components/education/lecturermanage.vue
+4
-4
uploadSettings.vue
src/components/setup/uploadSettings.vue
+4
-4
No files found.
src/components/education/CourseManagement.vue
View file @
bc1538b2
...
@@ -41,8 +41,8 @@
...
@@ -41,8 +41,8 @@
class=
'blue point'
>
清空筛选条件
</span>
class=
'blue point'
>
清空筛选条件
</span>
</div>
</div>
<div
style=
"margin-top:15px"
>
<div
style=
"margin-top:15px"
>
<el-button
@
click=
"tableSet(4)"
style=
"margin-left:10px;"
size=
"mini"
>
上架
</el-button>
<el-button
@
click=
"tableSet(4)"
style=
"margin-left:10px;"
size=
"mini"
>
启用
</el-button>
<el-button
@
click=
"tableSet(5)"
style=
"margin-left:10px;"
size=
"mini"
>
下架
</el-button>
<el-button
@
click=
"tableSet(5)"
style=
"margin-left:10px;"
size=
"mini"
>
禁用
</el-button>
<el-button
@
click=
"tableSet(6)"
style=
"margin-left:10px;"
size=
"mini"
>
删除
</el-button>
<el-button
@
click=
"tableSet(6)"
style=
"margin-left:10px;"
size=
"mini"
>
删除
</el-button>
<!--
<el-button
@
click=
"plsetBtn"
style=
"margin-left:10px;"
size=
"mini"
>
批量设置
</el-button>
-->
<!--
<el-button
@
click=
"plsetBtn"
style=
"margin-left:10px;"
size=
"mini"
>
批量设置
</el-button>
-->
</div>
</div>
...
@@ -134,8 +134,8 @@
...
@@ -134,8 +134,8 @@
</el-table-column>
</el-table-column>
<el-table-column
prop=
"UpdateDate"
width=
"100"
label=
"状态"
>
<el-table-column
prop=
"UpdateDate"
width=
"100"
label=
"状态"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-tag
v-if=
"scope.row.GoodsStatus==1"
type=
"success"
>
销售
中
</el-tag>
<el-tag
v-if=
"scope.row.GoodsStatus==1"
type=
"success"
>
启用
中
</el-tag>
<el-tag
v-if=
"scope.row.GoodsStatus==2"
type=
"warning"
>
下架
中
</el-tag>
<el-tag
v-if=
"scope.row.GoodsStatus==2"
type=
"warning"
>
禁用
中
</el-tag>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"address"
width=
"200"
label=
"操作"
>
<el-table-column
prop=
"address"
width=
"200"
label=
"操作"
>
...
...
src/components/education/informationManage.vue
View file @
bc1538b2
...
@@ -27,8 +27,8 @@
...
@@ -27,8 +27,8 @@
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
></span>
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
></span>
</div>
</div>
<div
style=
"margin-top:15px;"
>
<div
style=
"margin-top:15px;"
>
<el-button
@
click=
"tableSet(1)"
size=
"mini"
>
上架
</el-button>
<el-button
@
click=
"tableSet(1)"
size=
"mini"
>
启用
</el-button>
<el-button
@
click=
"tableSet(2)"
style=
"margin:0 10px;"
size=
"mini"
>
下架
</el-button>
<el-button
@
click=
"tableSet(2)"
style=
"margin:0 10px;"
size=
"mini"
>
禁用
</el-button>
<el-button
@
click=
"tableSet(3)"
size=
"mini"
>
删除
</el-button>
<el-button
@
click=
"tableSet(3)"
size=
"mini"
>
删除
</el-button>
</div>
</div>
</div>
</div>
...
@@ -44,8 +44,8 @@
...
@@ -44,8 +44,8 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"资讯状态"
>
<el-table-column
label=
"资讯状态"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<
p
v-if=
"scope.row.ArticleStatus==1"
>
上架
</p
>
<
el-tag
v-if=
"scope.row.ArticleStatus==1"
type=
"success"
>
启用中
</el-tag
>
<
p
v-if=
"scope.row.ArticleStatus==2"
>
下架
</p
>
<
el-tag
v-if=
"scope.row.ArticleStatus==2"
type=
"warning"
>
禁用中
</el-tag
>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"是否可以留言"
>
<el-table-column
label=
"是否可以留言"
>
...
...
src/components/education/lecturermanage.vue
View file @
bc1538b2
...
@@ -43,8 +43,8 @@
...
@@ -43,8 +43,8 @@
</el-input>
</el-input>
<span
@
click=
"getList"
class=
"el-icon-search"
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
></span>
<span
@
click=
"getList"
class=
"el-icon-search"
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
></span>
</div>
</div>
<el-button
@
click=
"tableSet(1)"
style=
"margin-left:10px;"
size=
"mini"
>
上架
</el-button>
<el-button
@
click=
"tableSet(1)"
style=
"margin-left:10px;"
size=
"mini"
>
启用
</el-button>
<el-button
@
click=
"tableSet(2)"
style=
"margin-left:10px;"
size=
"mini"
>
下架
</el-button>
<el-button
@
click=
"tableSet(2)"
style=
"margin-left:10px;"
size=
"mini"
>
禁用
</el-button>
</div>
</div>
...
@@ -104,8 +104,8 @@
...
@@ -104,8 +104,8 @@
width=
"100"
width=
"100"
label=
"状态"
>
label=
"状态"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-tag
v-if=
"scope.row.TeacherStatus==1"
type=
"success"
>
销售
中
</el-tag>
<el-tag
v-if=
"scope.row.TeacherStatus==1"
type=
"success"
>
启用
中
</el-tag>
<el-tag
v-if=
"scope.row.TeacherStatus==2"
type=
"warning"
>
下架
中
</el-tag>
<el-tag
v-if=
"scope.row.TeacherStatus==2"
type=
"warning"
>
禁用
中
</el-tag>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
...
src/components/setup/uploadSettings.vue
View file @
bc1538b2
...
@@ -63,8 +63,8 @@
...
@@ -63,8 +63,8 @@
<div>
<div>
<el-radio-group
v-model=
"addMsg.StoreType"
@
change=
"getStoreType(addMsg.StoreType)"
>
<el-radio-group
v-model=
"addMsg.StoreType"
@
change=
"getStoreType(addMsg.StoreType)"
>
<el-radio
:label=
"1"
border
>
腾讯云COS
</el-radio>
<el-radio
:label=
"1"
border
>
腾讯云COS
</el-radio>
<el-radio
:label=
"2
"
border
>
七牛云存储
</el-radio>
<el-radio
style=
"display:none"
:label=
"3
"
border
>
七牛云存储
</el-radio>
<el-radio
:label=
"
3
"
border
>
阿里云
</el-radio>
<el-radio
:label=
"
2
"
border
>
阿里云
</el-radio>
</el-radio-group>
</el-radio-group>
</div>
</div>
</el-form-item>
</el-form-item>
...
@@ -94,7 +94,7 @@
...
@@ -94,7 +94,7 @@
<el-input
v-model=
"addMsg.SecretKey"
></el-input>
<el-input
v-model=
"addMsg.SecretKey"
></el-input>
</el-form-item>
</el-form-item>
</
template
>
</
template
>
<
template
v-if=
"addMsg.StoreType==
2
"
>
<
template
v-if=
"addMsg.StoreType==
3
"
>
<el-form-item
prop=
"Bucket"
>
<el-form-item
prop=
"Bucket"
>
<p><span
class=
"cred"
>
*
</span>
存储空间名称(Bucket)
</p>
<p><span
class=
"cred"
>
*
</span>
存储空间名称(Bucket)
</p>
<el-input
v-model=
"addMsg.Bucket"
></el-input>
<el-input
v-model=
"addMsg.Bucket"
></el-input>
...
@@ -120,7 +120,7 @@
...
@@ -120,7 +120,7 @@
</el-form-item>
</el-form-item>
</
template
>
</
template
>
<
template
v-if=
"addMsg.StoreType==
3
"
>
<
template
v-if=
"addMsg.StoreType==
2
"
>
<el-form-item
prop=
"Bucket"
>
<el-form-item
prop=
"Bucket"
>
<p><span
class=
"cred"
>
*
</span>
空间名称(Bucket)
</p>
<p><span
class=
"cred"
>
*
</span>
空间名称(Bucket)
</p>
<el-input
v-model=
"addMsg.Bucket"
></el-input>
<el-input
v-model=
"addMsg.Bucket"
></el-input>
...
...
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