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
53d5e291
Commit
53d5e291
authored
Apr 23, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
e6c10e7c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
App.vue
src/App.vue
+1
-0
Index.vue
src/components/Index.vue
+10
-4
No files found.
src/App.vue
View file @
53d5e291
...
...
@@ -13,6 +13,7 @@ export default {
<
style
>
@import
"//at.alicdn.com/t/font_1769104_qg9btfnng5.css"
;
@import
"./assets/css/common.css"
;
@import
"./assets/css/zkcss.css"
;
html
,
body
{
margin
:
0
;
...
...
src/components/Index.vue
View file @
53d5e291
...
...
@@ -88,7 +88,7 @@
</el-table-column>
<el-table-column
prop=
"name"
label=
"商城名称"
width=
"155"
>
<template
slot-scope=
"scope"
>
<p
style=
"color:#409EFF"
>
{{
scope
.
row
.
MallName
}}
</p>
<p
style=
"color:#409EFF
;cursor:pointer;"
@
click=
"setMallBaseId(scope.row.MallBaseId),CommonJump('mall',
{})
">
{{
scope
.
row
.
MallName
}}
</p>
<p>
账号:
{{
scope
.
row
.
Account
}}
</p>
<p>
手机:
<span
style=
"color:rgb(144, 147, 153)"
>
{{
scope
.
row
.
MobilePhone
}}
</span>
...
...
@@ -120,10 +120,10 @@
</p>
<div
style=
"margin-bottom:20px;padding: 15px 20px;"
>
<div
class=
"searchInput"
style=
"width:250px;"
>
<el-input
style=
"display:inline-block;width:225px;"
placeholder=
"请输入商城名称或用户名搜索"
v-model=
"val"
<el-input
style=
"display:inline-block;width:225px;"
@
keyup
.
enter
.
native=
"qMsg.pageIndex=1,getMiniPrograme()"
placeholder=
"请输入商城名称或用户名搜索"
v-model=
"val"
size=
"small"
clearable
>
</el-input>
<span
class=
"el-icon-search"
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
></span>
<span
class=
"el-icon-search"
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
></span>
</div>
</div>
...
...
@@ -133,7 +133,7 @@
</el-table-column>
<el-table-column
prop=
"name"
label=
"商城名称"
width=
"155"
>
<
template
slot-scope=
"scope"
>
<p
style=
"color:#409EFF"
>
{{
scope
.
row
.
MallName
}}
</p>
<p
style=
"color:#409EFF
;
"
>
{{
scope
.
row
.
MallName
}}
</p>
<p>
账号:
{{
scope
.
row
.
Account
}}
</p>
<p>
手机:
<span
style=
"color:rgb(144, 147, 153)"
>
{{
scope
.
row
.
MobilePhone
}}
</span>
...
...
@@ -474,6 +474,12 @@
this
.
Info
(
res
.
data
.
message
);
}
})
},
//点击商品名称设置setMallBaseId
setMallBaseId
(
Id
){
let
userInfo
=
this
.
getLocalStorage
();
userInfo
.
MallBaseId
=
Id
;
localStorage
.
mall_userInfo
=
JSON
.
stringify
(
userInfo
);
}
},
mounted
()
{
...
...
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