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
eb45d728
Commit
eb45d728
authored
Dec 06, 2024
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
921b5785
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
commonMap.vue
src/components/common/commonMap.vue
+2
-2
BuildingManager.vue
src/components/tradePavilion/BuildingManager.vue
+2
-2
editVehicle.vue
src/components/tradePavilion/editVehicle.vue
+4
-4
No files found.
src/components/common/commonMap.vue
View file @
eb45d728
...
...
@@ -64,8 +64,8 @@
methods
:
{
// 初始化地图
initMap
()
{
let
self
=
this
;
let
center
=
new
qq
.
maps
.
LatLng
(
self
.
latitude
,
self
.
longitude
);
// 默认坐标
let
self
=
this
let
center
=
new
qq
.
maps
.
LatLng
(
self
.
latitude
?
self
.
latitude
:
39.961627
,
self
.
longitude
?
self
.
longitude
:
116.294625
);
// 默认坐标
self
.
map
=
new
qq
.
maps
.
Map
(
document
.
getElementById
(
"container"
),
{
center
:
center
,
...
...
src/components/tradePavilion/BuildingManager.vue
View file @
eb45d728
...
...
@@ -51,7 +51,7 @@
top: 1px;
"
></span>
</div>
-->
<
!--
<
div
class=
"searchInput"
style=
"width: 250px; margin-bottom: 10px"
>
<div
class=
"searchInput"
style=
"width: 250px; margin-bottom: 10px"
>
<el-input
@
keyup
.
enter
.
native=
"(msg.pageIndex = 1), getList()"
@
clear=
"(msg.pageIndex = 1), getList()"
style=
"display: inline-block; width: 225px; height: 30px"
@
keyup
.
native=
"checkInteger(msg, 'MetroNum')"
placeholder=
"地铁线路"
v-model=
"msg.MetroNum"
size=
"small"
clearable
>
...
...
@@ -74,7 +74,7 @@
position: relative;
top: 1px;
"
></span>
</div>
-->
</div>
<!--
<div
class=
"searchInput"
style=
"width: 200px; margin-bottom: 10px"
>
<el-select
size=
"small"
v-model=
"msg.UserId"
:filter-method=
"ChangeListName"
filterable
@
change=
"(msg.pageIndex = 1), getList()"
placeholder=
"请选择"
>
...
...
src/components/tradePavilion/editVehicle.vue
View file @
eb45d728
...
...
@@ -437,7 +437,7 @@
>
</el-input>
</el-form-item>
-->
<
!-- <
el-form-item label="地铁信息">
<el-form-item
label=
"地铁信息"
>
<div
v-for=
"(item, index) in MetroList"
:key=
"index"
...
...
@@ -477,7 +477,7 @@
icon=
"el-icon-plus"
circle
></el-button>
</el-form-item>
-->
</el-form-item>
<el-form-item
label=
"分类"
prop=
"CategoryId"
>
<el-select
v-model=
"addMsg.CategoryId"
...
...
@@ -867,12 +867,12 @@ export default {
baiduMap
,
},
created
()
{
this
.
isCarrier
=
this
.
$route
.
query
.
isCarrier
this
.
addMsg
.
BuildingCarrierType
=
this
.
isCarrier
?
this
.
isCarrier
:
2
if
(
this
.
$route
.
query
.
ID
)
{
this
.
ID
=
this
.
$route
.
query
.
ID
;
this
.
getData
();
}
this
.
isCarrier
=
this
.
$route
.
query
.
isCarrier
this
.
addMsg
.
BuildingCarrierType
=
this
.
isCarrier
?
this
.
isCarrier
:
2
this
.
getTypeEnumList
();
this
.
GetAuthenticationCategoryEnumList
();
},
...
...
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