Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
e9b9d758
Commit
e9b9d758
authored
Sep 07, 2020
by
rencs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
9.7 bug
parent
b05c051d
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
163 additions
and
125 deletions
+163
-125
companyManage.vue
src/views/company/companyManage.vue
+1
-1
storeManage.vue
src/views/company/storeManage.vue
+3
-3
oneTourModal.vue
src/views/tourManage/modal/oneTourModal.vue
+159
-121
No files found.
src/views/company/companyManage.vue
View file @
e9b9d758
...
...
@@ -378,7 +378,7 @@ export default {
</
script
>
<
style
>
.top_btn
{
width
:
9
0%
;
width
:
10
0%
;
display
:
flex
;
justify-content
:
flex-end
;
margin-bottom
:
20px
;
...
...
src/views/company/storeManage.vue
View file @
e9b9d758
...
...
@@ -448,7 +448,7 @@ export default {
addrDetail
:
this
.
store_form
.
detail_address
,
latitude
:
this
.
store_form
.
latitude
,
//纬度
longitude
:
this
.
store_form
.
longitude
,
//经度
isShow
:
1
// 1、app展示
isShow
:
1
,
// 1、app展示
};
update_store
(
this
.
store_form
.
id
,
data
).
then
((
res
)
=>
{
if
(
res
.
status
==
200
)
{
...
...
@@ -510,7 +510,7 @@ export default {
addrDetail
:
this
.
store_form
.
detail_address
,
latitude
:
this
.
store_form
.
latitude
,
//纬度
longitude
:
this
.
store_form
.
longitude
,
//经度
isShow
:
1
// 1、app显示
isShow
:
1
,
// 1、app显示
};
let
that
=
this
;
add_store
(
data
).
then
((
res
)
=>
{
...
...
@@ -826,7 +826,7 @@ export default {
</
script
>
<
style
scoped
>
.top_btn
{
width
:
9
0%
;
width
:
10
0%
;
display
:
flex
;
justify-content
:
flex-end
;
margin-bottom
:
20px
;
...
...
src/views/tourManage/modal/oneTourModal.vue
View file @
e9b9d758
This diff is collapsed.
Click to expand it.
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