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
b0a1aaca
Commit
b0a1aaca
authored
Mar 24, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
65968f30
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
3 deletions
+18
-3
addbrand.vue
src/components/tradePavilion/addbrand.vue
+16
-1
brandManagement.vue
src/components/tradePavilion/brandManagement.vue
+2
-2
No files found.
src/components/tradePavilion/addbrand.vue
View file @
b0a1aaca
...
...
@@ -37,7 +37,7 @@
style=
"position: absolute;left: -5px;top:12px"
>
<i
class=
"el-tooltip el-icon-info"
></i>
</el-tooltip>
<p
style=
"color:#c9c9c9;margin
-bottom: 12
px;"
>
<p
style=
"color:#c9c9c9;margin
:0 0 12px 20
px;"
>
第一张图片为缩略图,其它图片为轮播图,建议像素750*750,最多支持上传9张
</p>
<div
class=
"nav_Main"
>
...
...
@@ -456,5 +456,20 @@
height
:
100px
;
border-radius
:
0%
;
}
.addbrand
.add-image-btn
{
width
:
100px
;
height
:
100px
;
line-height
:
100px
;
color
:
#419efb
;
border
:
1px
solid
#e2e2e2
;
cursor
:
pointer
;
text-align
:
center
;
}
.addbrand
.delBtn
{
position
:
absolute
;
right
:
-8px
;
top
:
-8px
;
padding
:
4px
4px
!important
;
}
</
style
>
src/components/tradePavilion/brandManagement.vue
View file @
b0a1aaca
...
...
@@ -112,7 +112,7 @@
</el-table-column>
<el-table-column
prop=
"Logo"
label=
"Logo"
width=
"80"
>
<
template
slot-scope=
"scope"
>
<img
v-if=
"scope.row.Logo"
:src=
"scope.row.Logo"
style=
"width:
40px;height:4
0px;"
alt=
""
/>
<img
v-if=
"scope.row.Logo"
:src=
"scope.row.Logo"
style=
"width:
5
0px;"
alt=
""
/>
</
template
>
</el-table-column>
<el-table-column
prop=
"ShopNum"
label=
"店铺数量"
width=
"80"
>
...
...
@@ -199,7 +199,7 @@
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
dataList
=
res
.
data
.
data
.
pageData
;
this
.
pageCount
=
res
.
data
.
data
.
pageC
ount
;
this
.
pageCount
=
res
.
data
.
data
.
c
ount
;
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
...
...
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