Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
ybf
Project
Project
Details
Activity
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
xulili
ybf
Commits
ade29c86
Commit
ade29c86
authored
Feb 03, 2020
by
Z
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Z: Dot: 后台门店管理接口字段更改,修复相关接口字段对接。
parent
2b81d85b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
store.vue
ybf_admin/src/pages/in/contact/store.vue
+12
-7
No files found.
ybf_admin/src/pages/in/contact/store.vue
View file @
ade29c86
...
...
@@ -51,7 +51,7 @@
stripe
class=
"list"
ref=
"multipleTable"
:data=
"list.main
V
"
:data=
"list.main"
tooltip-effect=
"dark"
style=
"width: 100%"
@
selection-change=
"listPick"
...
...
@@ -67,8 +67,8 @@
<el-table-column
label=
"操作"
align=
"center"
fixed=
"right"
width=
"200"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
class=
"btn"
@
click=
"storeGetStoreDetail(scope.row.id)
"
>
详情
</el-button>
<el-button
type=
"text"
class=
"btn"
@
click=
"testButtonClick(scope.row)"
>
编辑
</el-button>
<el-button
type=
"text"
@
click=
"storeGetStoreDetail(scope.row.id)"
class=
"btn
"
>
详情
</el-button>
<el-button
type=
"text"
@
click=
"testButtonClick(scope.row)"
class=
"btn"
>
编辑
</el-button>
<el-button
type=
"text"
@
click=
"storeDelStore(scope.row.id)"
class=
"listButtonRed"
>
删除
</el-button>
</
template
>
</el-table-column>
...
...
@@ -113,7 +113,7 @@ export default {
total
:
100
},
list
:
{
m
ain
:
[
testM
ain
:
[
{
id
:
"1001"
,
taskName
:
"2019年男装销售任务"
,
...
...
@@ -171,7 +171,7 @@ export default {
sendDate
:
"2019/02/08"
}
],
main
V
:
[],
main
:
[],
search
:
{
bar
:
[
{
...
...
@@ -222,8 +222,13 @@ export default {
methods
:
{
storeGetMainList
()
{
// zlog("--->In Get API!");
ApiStoreGetMainList
().
then
(
res
=>
{
this
.
list
.
mainV
=
res
.
data
.
adminStalls
;
let
postData
=
{
pageNum
:
1
}
ApiStoreGetMainList
(
postData
).
then
(
res
=>
{
// this.list.mainV = res.data.adminStalls;
this
.
list
.
main
=
res
.
data
.
pageInfo_adminStalls
.
list
[
0
];
});
},
storeGetStoreDetail
(
inData
)
{
...
...
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