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
9244db91
Commit
9244db91
authored
Mar 24, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
1bffafdb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
25 deletions
+8
-25
VehicleManagement.vue
src/components/tradePavilion/VehicleManagement.vue
+2
-14
editVehicle.vue
src/components/tradePavilion/editVehicle.vue
+6
-11
No files found.
src/components/tradePavilion/VehicleManagement.vue
View file @
9244db91
...
@@ -71,33 +71,21 @@
...
@@ -71,33 +71,21 @@
<img
:src=
"scope.row.Logo"
style=
"width:50px;"
/>
<img
:src=
"scope.row.Logo"
style=
"width:50px;"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"VideoUrl"
width=
"200"
label=
"载体视频"
>
</el-table-column>
<el-table-column
prop=
"Address"
width=
"200"
label=
"载体地址"
>
<el-table-column
prop=
"Address"
width=
"200"
label=
"载体地址"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"Developers"
width=
"200"
label=
"开发商"
>
<el-table-column
prop=
"Developers"
width=
"200"
label=
"开发商"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"OpenTime"
width=
"180"
label=
"开业时间"
>
<el-table-column
prop=
"OpenTime"
width=
"180"
label=
"开业时间"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"ProjectType"
width=
"100"
label=
"项目类型"
>
<el-table-column
prop=
"ProjectType"
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=
"CarrierSize"
width=
"100"
label=
"商业体量"
>
<el-table-column
prop=
"CarrierSize"
label=
"商业体量"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"LayersNum"
width=
"150"
label=
"商业层数"
>
<el-table-column
prop=
"LayersNum"
width=
"150"
label=
"商业层数"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"CarNum"
width=
"100"
label=
"车位数量"
>
</el-table-column>
<el-table-column
prop=
"CarrierPlan"
width=
"180"
label=
"业态规划"
>
</el-table-column>
<el-table-column
prop=
"CarrierTarget"
width=
"100"
label=
"招引目标"
>
</el-table-column>
<el-table-column
prop=
"Location"
width=
"180"
label=
"定位"
>
</el-table-column>
<el-table-column
prop=
"Crowd"
width=
"100"
label=
"目标人群"
>
</el-table-column>
<el-table-column
label=
"操作"
width=
"100"
>
<el-table-column
label=
"操作"
width=
"100"
>
<
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/editVehicle.vue
View file @
9244db91
...
@@ -56,8 +56,8 @@
...
@@ -56,8 +56,8 @@
<el-button
@
click=
"isShowMap = true"
slot=
"append"
>
展开地图
</el-button>
<el-button
@
click=
"isShowMap = true"
slot=
"append"
>
展开地图
</el-button>
</el-input>
</el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"开业时间"
prop=
"OpenTime"
>
<el-form-item
label=
"开业时间"
>
<el-date-picker
v-model=
"addMsg.OpenTime"
value-format=
"yyyy-MM-dd HH:mm:ss"
size=
"small"
<el-date-picker
v-model=
"addMsg.OpenTime"
clearable
value-format=
"yyyy-MM-dd HH:mm:ss"
size=
"small"
type=
"datetime"
placeholder=
"选择开业时间"
>
type=
"datetime"
placeholder=
"选择开业时间"
>
</el-date-picker>
</el-date-picker>
</el-form-item>
</el-form-item>
...
@@ -183,11 +183,6 @@
...
@@ -183,11 +183,6 @@
message
:
'请输入开发商'
,
message
:
'请输入开发商'
,
trigger
:
'blur'
trigger
:
'blur'
}],
}],
OpenTime
:
[{
required
:
true
,
message
:
'请输入开业时间'
,
trigger
:
'blur'
}],
ProjectType
:
[{
ProjectType
:
[{
required
:
true
,
required
:
true
,
validator
:
validataType
,
validator
:
validataType
,
...
@@ -261,10 +256,10 @@
...
@@ -261,10 +256,10 @@
this
.
Error
(
`请填写第地铁信息
${
i
+
1
}
行站点名称`
);
this
.
Error
(
`请填写第地铁信息
${
i
+
1
}
行站点名称`
);
return
;
return
;
}
}
if
(
this
.
MetroList
[
i
].
Distance
==
''
){
//
if(this.MetroList[i].Distance==''){
this
.
Error
(
`请填写第地铁信息
${
i
+
1
}
行距离`
);
//
this.Error(`请填写第地铁信息${i+1}行距离`);
return
;
//
return;
}
//
}
}
}
}
}
this
.
addMsg
.
CarrierMetroList
=
this
.
MetroList
;
this
.
addMsg
.
CarrierMetroList
=
this
.
MetroList
;
...
...
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