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
ed0dc520
Commit
ed0dc520
authored
May 19, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huangyuanyuan/electricitysheep
parents
81c1c15a
88df9a35
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
718 additions
and
72 deletions
+718
-72
common.css
src/assets/css/common.css
+3
-0
topic-head.png
src/assets/img/storeDesign/topic-head.png
+0
-0
EmployeesList.vue
src/components/StoreDesign/EmployeesList.vue
+110
-63
roleList.vue
src/components/StoreDesign/roleList.vue
+4
-3
special.vue
src/components/StoreDesign/special.vue
+589
-0
templateEdit.vue
src/components/sallCenter/templateEdit.vue
+6
-6
index.js
src/router/index.js
+6
-0
No files found.
src/assets/css/common.css
View file @
ed0dc520
...
...
@@ -40,6 +40,9 @@
.w200
{
width
:
200px
!important
;
}
.w150
{
width
:
150px
!important
;
}
.el-icon-search
{
cursor
:
pointer
;
}
...
...
src/assets/img/storeDesign/topic-head.png
0 → 100644
View file @
ed0dc520
6.76 KB
src/components/StoreDesign/EmployeesList.vue
View file @
ed0dc520
This diff is collapsed.
Click to expand it.
src/components/StoreDesign/roleList.vue
View file @
ed0dc520
...
...
@@ -11,7 +11,7 @@
<div>
<div
class=
"searchInput"
>
<el-input
style=
"display:inline-block;width:225px;height:30px"
placeholder=
"请输入角色名称"
v-model=
"msg.
NavIcon
Name"
size=
"small"
clearable
@
keyup
.
enter
.
native=
"msg.pageIndex=1,getList()"
>
v-model=
"msg.
Role
Name"
size=
"small"
clearable
@
keyup
.
enter
.
native=
"msg.pageIndex=1,getList()"
>
</el-input>
<span
class=
"el-icon-search"
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
@
click=
"msg.pageIndex=1,getList()"
>
</span>
...
...
@@ -24,9 +24,9 @@
</el-table-column>
<el-table-column
prop=
"RoleIntro"
label=
"备注/描述"
>
</el-table-column>
<el-table-column
prop=
"Create
r
"
label=
"创建者"
width=
"150"
>
<el-table-column
prop=
"Create
ByName
"
label=
"创建者"
width=
"150"
>
</el-table-column>
<el-table-column
prop=
"Create
Time
"
label=
"添加日期"
width=
"220"
>
<el-table-column
prop=
"Create
DateStr
"
label=
"添加日期"
width=
"220"
>
</el-table-column>
<el-table-column
label=
"操作"
width=
"260"
>
<template
slot-scope=
"scope"
>
...
...
@@ -77,6 +77,7 @@
msg
:
{
pageIndex
:
1
,
pageSize
:
15
,
RoleName
:
""
,
},
total
:
0
,
roleIsShowAdd
:
true
,
...
...
src/components/StoreDesign/special.vue
0 → 100644
View file @
ed0dc520
This diff is collapsed.
Click to expand it.
src/components/sallCenter/templateEdit.vue
View file @
ed0dc520
...
...
@@ -589,13 +589,13 @@
Id
:
'topic'
,
isCked
:
false
,
data
:
{
style
:
'normal'
,
count
:
1
,
logo_1
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/icon-topic-1.png'
,
logo_2
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/icon-topic-2.png'
,
icon
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/icon-topic-r.png'
,
style
:
'normal'
,
//专题样式
count
:
1
,
//显示行数
logo_1
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/icon-topic-1.png'
,
//logo(1行)
logo_2
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/icon-topic-2.png'
,
//logo(2行)
icon
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/icon-topic-r.png'
,
//专题标签
list
:
[],
cat_show
:
false
,
cat_show
:
false
,
//是否显示分类
topic_list
:
[]
}
}
...
...
src/router/index.js
View file @
ed0dc520
...
...
@@ -328,6 +328,12 @@ export default new Router({
name
:
'ProjectClassific'
,
component
:
resolve
=>
require
([
'@/components/StoreDesign/ProjectClassific'
],
resolve
),
},
//店铺管理 内容管理 专题
{
path
:
'/special'
,
name
:
'special'
,
component
:
resolve
=>
require
([
'@/components/StoreDesign/special'
],
resolve
),
},
//店铺管理 内容管理 视频管理
{
path
:
'/videoManage'
,
...
...
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