Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
28373878
Commit
28373878
authored
May 24, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
b3336311
d54f68b7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
147 additions
and
119 deletions
+147
-119
demesticRestaurantInfoManage.vue
src/components/Restaurant/demesticRestaurantInfoManage.vue
+28
-6
domesticScenicSpotInfoManage.vue
src/components/scenicSpot/domesticScenicSpotInfoManage.vue
+119
-113
No files found.
src/components/Restaurant/demesticRestaurantInfoManage.vue
View file @
28373878
...
...
@@ -668,7 +668,7 @@
.restaurantInfo
.mapList
{
width
:
850px
!important
;
height
:
510px
!important
;
/* height: 510px !important; */
}
.restaurantInfo
.addAddress
.el-input__inner
{
...
...
@@ -843,6 +843,19 @@
></el-button>
</el-input>
</el-form-item>
<div
class=
"toolOne"
>
<span
class=
"fanbili"
>
地理位置
</span>
<div
class=
"RabateDiv clearfix"
>
<div
class=
"RebateCount reOne"
>
<div
class=
"leftPnum"
>
经度
</div>
<input
type=
"text"
class=
"toolInput inpuOne"
v-model=
"addMsg.Lng"
maxlength=
"20"
>
</div>
<div
class=
"RebateCount reTwo"
>
<div
class=
"fanNum"
>
纬度
</div>
<input
type=
"text"
class=
"toolInput inpuTwo"
v-model=
"addMsg.Lat"
maxlength=
"20"
>
</div>
</div>
</div>
<!-- 营业时间 -->
<el-form-item
:label=
"$t('restaurant.res_BusinessHours') + (index + 1)"
...
...
@@ -1413,11 +1426,12 @@
center
:visible
.
sync=
"selectAddress"
>
<googleMap
<
!-- <
googleMap
@refList="googleMap"
v-on:headCallBack="headCall"
v-bind:address="addMsg.Address"
></googleMap>
></googleMap> -->
<tencentMap
@
map-submit=
"mapEvent"
:address=
"addMsg.Address"
></tencentMap>
</el-dialog>
<div
class=
"btn-list"
>
...
...
@@ -1455,8 +1469,9 @@
</template>
<
script
>
import
DMCchooseImg
from
"../commonPage/DMCchooseImg.vue"
;
import
googleMap
from
"../commonPage/googleMap.vue"
;
//
import googleMap from "../commonPage/googleMap.vue";
// import comImgList from "../commonPage/comImgList.vue";
import
tencentMap
from
"../commonPage/tencentMap.vue"
;
export
default
{
data
()
{
return
{
...
...
@@ -1648,11 +1663,18 @@ export default {
};
},
components
:
{
googleMap
:
googleMap
,
//
googleMap: googleMap,
DMCchooseImg
:
DMCchooseImg
,
// comImgList
// comImgList,
tencentMap
},
methods
:
{
//得到地图信息
mapEvent
(
e
)
{
this
.
addMsg
.
Lat
=
e
.
lat
;
this
.
addMsg
.
Lng
=
e
.
long
;
this
.
selectAddress
=
false
;
},
//上传餐厅图片
UploadImage
(
file
)
{
let
newArr
=
[];
...
...
src/components/scenicSpot/domesticScenicSpotInfoManage.vue
View file @
28373878
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