Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
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
office
haoban-3
Commits
e5203fcf
Commit
e5203fcf
authored
May 16, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 选择门店调整
parent
ca32c26c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
change-store.vue
src/components/layout/components/change-store.vue
+2
-7
No files found.
src/components/layout/components/change-store.vue
View file @
e5203fcf
...
@@ -20,9 +20,9 @@
...
@@ -20,9 +20,9 @@
</el-dropdown-item>
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown-menu>
</el-dropdown>
</el-dropdown>
<el-dialog
:visible
.
sync=
"changeStore.show"
title=
"更改默认商户"
width=
"600px"
@
closed=
"onClosed"
>
<el-dialog
:visible
.
sync=
"changeStore.show"
append-to-body
title=
"更改默认商户"
width=
"600px"
@
closed=
"onClosed"
>
<div
class=
"change-store-title"
>
选择商户
</div>
<div
class=
"change-store-title"
>
选择商户
</div>
<el-select
class=
"change-store-selector"
v-
show=
"changeStore.selectShow"
v-
model=
"changeStore.storeId"
>
<el-select
class=
"change-store-selector"
v-model=
"changeStore.storeId"
>
<el-option
v-for=
"el in storeList"
:key=
"el.enterpriseId"
:label=
"el.brandName"
:value=
"el.enterpriseId"
></el-option>
<el-option
v-for=
"el in storeList"
:key=
"el.enterpriseId"
:label=
"el.brandName"
:value=
"el.enterpriseId"
></el-option>
</el-select>
</el-select>
<div
slot=
"footer"
>
<div
slot=
"footer"
>
...
@@ -46,7 +46,6 @@ export default {
...
@@ -46,7 +46,6 @@ export default {
return
{
return
{
changeStore
:
{
changeStore
:
{
show
:
false
,
show
:
false
,
selectShow
:
false
,
loading
:
false
,
loading
:
false
,
storeId
:
''
storeId
:
''
},
},
...
@@ -100,10 +99,6 @@ export default {
...
@@ -100,10 +99,6 @@ export default {
},
},
onShow
()
{
onShow
()
{
this
.
changeStore
.
show
=
true
;
this
.
changeStore
.
show
=
true
;
this
.
changeStore
.
selectShow
=
false
;
setTimeout
(()
=>
{
this
.
changeStore
.
selectShow
=
true
;
},
300
);
},
},
// onClosed() {},
// onClosed() {},
onSave
()
{
onSave
()
{
...
...
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