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
5ea4ccdf
Commit
5ea4ccdf
authored
May 22, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
12e3194e
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
31 additions
and
37 deletions
+31
-37
Article.vue
src/components/StoreDesign/Article.vue
+2
-2
ProjectClassific.vue
src/components/StoreDesign/ProjectClassific.vue
+1
-1
liveManage.vue
src/components/StoreDesign/liveManage.vue
+1
-2
navigationIcon.vue
src/components/StoreDesign/navigationIcon.vue
+7
-7
storesManage.vue
src/components/StoreDesign/storesManage.vue
+1
-1
videoManage.vue
src/components/StoreDesign/videoManage.vue
+1
-1
IntegralRecord.vue
src/components/sallCenter/IntegralRecord.vue
+7
-8
autorelease.vue
src/components/sallCenter/autorelease.vue
+5
-9
cardTicketList.vue
src/components/sallCenter/cardTicketList.vue
+3
-3
couponManage.vue
src/components/sallCenter/couponManage.vue
+3
-3
No files found.
src/components/StoreDesign/Article.vue
View file @
5ea4ccdf
...
...
@@ -20,7 +20,7 @@
<el-table
:data=
"dataList"
v-loading=
"loading"
border
style=
"width: 100%;margin:20px 0"
>
<el-table-column
prop=
"Id"
label=
"ID"
width=
"150"
>
</el-table-column>
<el-table-column
prop=
"Title"
label=
"标题"
width=
"829"
>
<el-table-column
prop=
"Title"
label=
"标题"
>
</el-table-column>
<el-table-column
prop=
"SortNum"
label=
"排序"
width=
"250"
>
</el-table-column>
...
...
@@ -31,7 +31,7 @@
</el-switch>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
>
<el-table-column
label=
"操作"
width=
"200"
>
<
template
slot-scope=
"scope"
>
<img
@
click=
"EditArticle(scope.row)"
class=
"operatImg"
src=
"../../assets/img/userman/edit.png"
alt=
""
>
<img
@
click=
"RemoveArticle(scope.row)"
class=
"operatImg"
src=
"../../assets/img/userman/del.png"
alt=
""
>
...
...
src/components/StoreDesign/ProjectClassific.vue
View file @
5ea4ccdf
...
...
@@ -21,7 +21,7 @@
<el-table
:data=
"dataList"
v-loading=
"loading"
border
style=
"width: 100%;margin:20px 0"
>
<el-table-column
prop=
"Id"
label=
"ID"
width=
"150"
>
</el-table-column>
<el-table-column
prop=
"TopicName"
label=
"分类名称"
width=
"829"
>
<el-table-column
prop=
"TopicName"
label=
"分类名称"
>
</el-table-column>
<el-table-column
prop=
"SortNum"
label=
"排序"
width=
"250"
>
</el-table-column>
...
...
src/components/StoreDesign/liveManage.vue
View file @
5ea4ccdf
...
...
@@ -24,8 +24,7 @@
</
template
>
</el-table-column>
<el-table-column
label=
"主播信息"
width=
"553"
>
label=
"主播信息"
>
<
template
slot-scope=
"scope"
>
<div
style=
"display: flex;flex-direction: row;align-items: center"
>
<img
:src=
"scope.row.anchor_img"
alt=
""
style=
"width: 45px; height: 45px;"
>
...
...
src/components/StoreDesign/navigationIcon.vue
View file @
5ea4ccdf
...
...
@@ -18,22 +18,22 @@
</div>
</div>
<el-table
:data=
"dataList"
v-loading=
"loading"
border
style=
"width: 100%;margin:20px 0"
>
<el-table-column
prop=
"NavIconId"
label=
"编号"
width=
"1
5
0"
>
<el-table-column
prop=
"NavIconId"
label=
"编号"
width=
"1
0
0"
>
</el-table-column>
<el-table-column
prop=
"NavIconName"
width=
"
20
0"
label=
"名称"
>
<el-table-column
prop=
"NavIconName"
width=
"
12
0"
label=
"名称"
>
</el-table-column>
<el-table-column
label=
"导航图标"
width=
"
30
0"
>
<el-table-column
label=
"导航图标"
width=
"
8
0"
>
<template
slot-scope=
"scope"
>
<img
:src=
"scope.row.NavIconImg"
style=
"width:
270px;height:60
px;"
>
<img
:src=
"scope.row.NavIconImg"
style=
"width:
35px;height:35
px;"
>
</
template
>
</el-table-column>
<el-table-column
prop=
"NavIconUrl"
label=
"导航链接"
width=
"250"
>
<el-table-column
prop=
"NavIconUrl"
label=
"导航链接"
>
</el-table-column>
<el-table-column
prop=
"NavIconSort"
label=
"排序"
width=
"1
2
0"
>
<el-table-column
prop=
"NavIconSort"
label=
"排序"
width=
"1
8
0"
>
</el-table-column>
<el-table-column
prop=
"NavIconIsShowStr"
label=
"是否显示"
width=
"120"
>
</el-table-column>
<el-table-column
label=
"操作"
>
<el-table-column
label=
"操作"
width=
"120"
>
<
template
slot-scope=
"scope"
>
<img
@
click=
"EditNavIcon(scope.row)"
src=
"../../assets/img/userman/edit.png"
alt=
""
>
<img
@
click=
"RemmoveNavIcon(scope.row)"
style=
"margin-left:10px;"
src=
"../../assets/img/userman/del.png"
alt=
""
>
...
...
src/components/StoreDesign/storesManage.vue
View file @
5ea4ccdf
...
...
@@ -20,7 +20,7 @@
<el-table
:data=
"dataList"
v-loading=
"loading"
border
style=
"width: 100%;margin:20px 0"
>
<el-table-column
prop=
"Id"
label=
"ID"
width=
"100"
>
</el-table-column>
<el-table-column
prop=
"Name"
label=
"门店名称"
width=
"499"
>
<el-table-column
prop=
"Name"
label=
"门店名称"
>
</el-table-column>
<el-table-column
label=
"封面图"
width=
"110"
>
<template
slot-scope=
"scope"
>
...
...
src/components/StoreDesign/videoManage.vue
View file @
5ea4ccdf
...
...
@@ -20,7 +20,7 @@
<el-table
:data=
"dataList"
v-loading=
"loading"
border
style=
"width: 100%;margin:20px 0"
>
<el-table-column
prop=
"Id"
label=
"ID"
width=
"100"
>
</el-table-column>
<el-table-column
prop=
"Title"
label=
"标题"
width=
"490"
>
<el-table-column
prop=
"Title"
label=
"标题"
>
</el-table-column>
<el-table-column
prop=
"SortNum"
label=
"排序"
width=
"250"
>
</el-table-column>
...
...
src/components/sallCenter/IntegralRecord.vue
View file @
5ea4ccdf
...
...
@@ -38,23 +38,22 @@
<el-table
:data=
"tableData"
header-cell-class-name=
"headClass"
style=
"width: 1
707px;
"
style=
"width: 1
00%
"
border
>
<el-table-column
prop=
"Id"
label=
"ID"
width=
"
8
0"
>
width=
"
10
0"
>
</el-table-column>
<el-table-column
prop=
"MemberName"
label=
"昵称"
width=
"384"
>
label=
"昵称"
>
</el-table-column>
<el-table-column
label=
"收支情况(元)"
width=
"1
8
0"
>
width=
"1
5
0"
>
<template
slot-scope=
"scope"
>
<div
:class=
"scope.row.RecordTypeStr=='+' ? 'just':'negative'"
style=
"font-size: 18px"
>
{{
scope
.
row
.
RecordTypeStr
}}{{
scope
.
row
.
Integral
}}
...
...
@@ -64,17 +63,17 @@
<el-table-column
prop=
"Description"
label=
"说明"
width=
"
5
00"
>
width=
"
4
00"
>
</el-table-column>
<el-table-column
prop=
"Remarks"
label=
"备注"
width=
"383"
>
label=
"备注"
>
</el-table-column>
<el-table-column
prop=
"CreateDate"
label=
"充值时间"
width=
"180"
>
</el-table-column>
</el-table>
...
...
src/components/sallCenter/autorelease.vue
View file @
5ea4ccdf
...
...
@@ -10,31 +10,27 @@
<el-table
:data=
"tableData"
header-cell-class-name=
"headClass"
style=
"
width: 1707px;
"
style=
"
100%
"
border
v-loading=
"loading"
>
<el-table-column
prop=
"ID"
label=
"ID"
width=
"343"
>
label=
"ID"
>
</el-table-column>
<el-table-column
prop=
"TriggerTypeStr"
label=
"触发事件"
width=
"341"
>
label=
"触发事件"
>
</el-table-column>
<el-table-column
prop=
"DiscountCouponName"
label=
"优惠券"
width=
"341"
>
label=
"优惠券"
>
</el-table-column>
<el-table-column
prop=
"GrantNum"
label=
"发放次数限制"
width=
"341"
>
label=
"发放次数限制"
>
<template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.GrantNum==0"
>
无限制
...
...
src/components/sallCenter/cardTicketList.vue
View file @
5ea4ccdf
...
...
@@ -27,7 +27,7 @@
<el-table
:data=
"tableData"
header-cell-class-name=
"headClass"
style=
"width: 1
707px;
"
style=
"width: 1
00%
"
border
>
...
...
@@ -39,8 +39,7 @@
<el-table-column
prop=
"Name"
label=
"卡券名称"
width=
"767"
>
label=
"卡券名称"
>
</el-table-column>
<el-table-column
prop=
"HeXiao"
...
...
@@ -74,6 +73,7 @@
<el-table-column
fixed=
"right"
label=
"操作"
width=
"180"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"编辑"
placement=
"top"
>
...
...
src/components/sallCenter/couponManage.vue
View file @
5ea4ccdf
...
...
@@ -27,7 +27,7 @@
<el-table
:data=
"tableData"
header-cell-class-name=
"headClass"
style=
"width: 1
707px;
"
style=
"width: 1
00%
"
border
>
...
...
@@ -39,8 +39,7 @@
<el-table-column
prop=
"Name"
label=
"优惠券名称"
width=
"647"
>
label=
"优惠券名称"
>
</el-table-column>
<el-table-column
prop=
"MinConsumePrice"
...
...
@@ -97,6 +96,7 @@
<el-table-column
fixed=
"right"
label=
"操作"
width=
"180"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"发放优惠券"
placement=
"top"
>
...
...
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