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
7511ec35
Commit
7511ec35
authored
May 13, 2026
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
81babcde
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
20 deletions
+23
-20
VehicleManagement.vue
src/components/tradePavilion/VehicleManagement.vue
+19
-16
brandManagement.vue
src/components/tradePavilion/brandManagement.vue
+4
-4
No files found.
src/components/tradePavilion/VehicleManagement.vue
View file @
7511ec35
...
@@ -95,7 +95,7 @@
...
@@ -95,7 +95,7 @@
start-placeholder=
"开业日期"
end-placeholder=
"开业日期"
size=
"small"
@
change=
"getList"
value-format=
"yyyy-MM-dd"
>
start-placeholder=
"开业日期"
end-placeholder=
"开业日期"
size=
"small"
@
change=
"getList"
value-format=
"yyyy-MM-dd"
>
</el-date-picker>
</el-date-picker>
</div>
</div>
<el-table
:data=
"tableData"
v-loading=
"loading"
border
style=
"width: 100%; margin: 20px 0"
>
<el-table
:data=
"tableData"
v-loading=
"loading"
border
style=
"width: 100%; margin: 20px 0"
height=
"540"
>
<el-table-column
prop=
"CarrierName"
width=
"200"
label=
"项目名称"
>
<el-table-column
prop=
"CarrierName"
width=
"200"
label=
"项目名称"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"CarrierMetroList"
label=
"地铁信息"
width=
"200"
>
<el-table-column
prop=
"CarrierMetroList"
label=
"地铁信息"
width=
"200"
>
...
@@ -111,34 +111,37 @@
...
@@ -111,34 +111,37 @@
</el-image>
</el-image>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"ProjectType"
label=
"项目区域"
>
<el-table-column
prop=
"ProjectType"
width=
"100"
label=
"项目区域"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
getProject
(
scope
.
row
.
ProjectType
)
}}
{{
getProject
(
scope
.
row
.
ProjectType
)
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"Address"
width=
"200"
label=
"项目地址"
>
<el-table-column
prop=
"Address"
label=
"开发商/项目地址"
>
</el-table-column>
<el-table-column
prop=
"Developers"
width=
"200"
label=
"开发商"
>
</el-table-column>
<el-table-column
prop=
"OpenTime"
width=
"180"
label=
"开业时间"
>
</el-table-column>
<el-table-column
prop=
"IsRecommend"
label=
"是否推荐"
width=
"120"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-switch
v-model=
"scope.row.IsRecommend"
:active-value=
"1"
:inactive-value=
"0"
{{
scope
.
row
.
Developers
}}
@
change=
"changeRecommend(scope.row, $event)"
>
<br
/
>
</el-switch>
{{
scope
.
row
.
Address
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"CarrierSize"
label=
"商业体量"
>
</el-table-column>
<el-table-column
prop=
"OpenTime"
width=
"145"
label=
"开业时间"
>
<el-table-column
prop=
"LayersNum"
width=
"150"
label=
"商业层数"
></el-table-column>
</el-table-column>
<el-table-column
prop=
"ContactName"
label=
"联系人"
width=
"100"
>
<el-table-column
prop=
"CarrierSize"
width=
"115"
label=
"商业体量"
>
</el-table-column>
<el-table-column
prop=
"LayersNum"
width=
"140"
label=
"商业层数"
></el-table-column>
<el-table-column
prop=
"ContactName"
width=
"120"
label=
"联系人"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
ContactName
}}
{{
scope
.
row
.
ContactName
}}
<br
/>
<br
/>
{{
scope
.
row
.
ContactPhone
}}
{{
scope
.
row
.
ContactPhone
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"UserName"
width=
"100"
label=
"认证用户"
></el-table-column>
<!-- <el-table-column prop="UserName" width="100" label="认证用户"></el-table-column> -->
<el-table-column
prop=
"IsRecommend"
label=
"推荐"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<el-switch
v-model=
"scope.row.IsRecommend"
:active-value=
"1"
:inactive-value=
"0"
@
change=
"changeRecommend(scope.row, $event)"
>
</el-switch>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
width=
"100"
fixed=
"right"
>
<el-table-column
label=
"操作"
width=
"100"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"修改"
placement=
"top"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"修改"
placement=
"top"
>
...
...
src/components/tradePavilion/brandManagement.vue
View file @
7511ec35
...
@@ -119,7 +119,7 @@
...
@@ -119,7 +119,7 @@
</div>
</div>
</div>
</div>
<div
style=
"padding: 20px; background: #fff"
>
<div
style=
"padding: 20px; background: #fff"
>
<el-table
:data=
"dataList"
header-cell-class-name=
"headClass"
style=
"width: 100%"
border
>
<el-table
:data=
"dataList"
header-cell-class-name=
"headClass"
style=
"width: 100%"
height=
"540"
border
>
<el-table-column
prop=
"Id"
label=
"ID"
width=
"70"
>
<el-table-column
prop=
"Id"
label=
"ID"
width=
"70"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<span
@
click=
"goRecruit(scope.row.ID)"
>
{{
scope
.
row
.
ID
}}
</span>
<span
@
click=
"goRecruit(scope.row.ID)"
>
{{
scope
.
row
.
ID
}}
</span>
...
@@ -144,7 +144,7 @@
...
@@ -144,7 +144,7 @@
</el-table-column>
</el-table-column>
<el-table-column
prop=
"ShopNum"
label=
"店铺数量"
width=
"80"
>
<el-table-column
prop=
"ShopNum"
label=
"店铺数量"
width=
"80"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"BuiltUpArea"
label=
"建筑面积"
width=
"
20
0"
>
<el-table-column
prop=
"BuiltUpArea"
label=
"建筑面积"
width=
"
12
0"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
BuiltUpArea
}}
至
<span>
{{
scope
.
row
.
BuiltUpArea
}}
至
{{
scope
.
row
.
EndBuiltUpArea
}}
平
</span>
{{
scope
.
row
.
EndBuiltUpArea
}}
平
</span>
...
@@ -156,7 +156,7 @@
...
@@ -156,7 +156,7 @@
</el-table-column>
</el-table-column>
<el-table-column
prop=
"CustomerType"
label=
"客群定位"
width=
"160"
>
<el-table-column
prop=
"CustomerType"
label=
"客群定位"
width=
"160"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"ContactName"
label=
"联系人"
width=
"1
0
0"
>
<el-table-column
prop=
"ContactName"
label=
"联系人"
width=
"1
2
0"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
ContactName
}}
{{
scope
.
row
.
ContactName
}}
<br
/>
<br
/>
...
@@ -164,7 +164,7 @@
...
@@ -164,7 +164,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"UserName"
width=
"100"
label=
"认证用户"
></el-table-column>
<el-table-column
prop=
"UserName"
width=
"100"
label=
"认证用户"
></el-table-column>
<el-table-column
prop=
"IsRecommend"
label=
"是否推荐"
width=
"120"
>
<el-table-column
prop=
"IsRecommend"
width=
"110"
label=
"推荐"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-switch
v-model=
"scope.row.IsRecommend"
:active-value=
"1"
:inactive-value=
"0"
<el-switch
v-model=
"scope.row.IsRecommend"
:active-value=
"1"
:inactive-value=
"0"
@
change=
"changeRecommend(scope.row, $event)"
>
@
change=
"changeRecommend(scope.row, $event)"
>
...
...
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