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
81736c75
Commit
81736c75
authored
Sep 02, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
db2c059f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
editVehicle.vue
src/components/tradePavilion/editVehicle.vue
+27
-0
No files found.
src/components/tradePavilion/editVehicle.vue
View file @
81736c75
...
...
@@ -130,6 +130,22 @@
placeholder=
"请输入开发商"
></el-input>
</el-form-item>
<el-form-item
label=
"开业状态"
prop=
"Developers"
>
<el-select
v-model=
"addMsg.OpeningStatus"
filterable
size=
"small"
placeholder=
"请选择"
>
<el-option
v-for=
"item in OpeningStatusList"
:key=
"item.id"
:label=
"item.name"
:value=
"item.id"
>
</el-option>
</el-select>
</el-form-item>
<el-form-item
label=
""
prop=
""
>
<div
slot=
"label"
>
首店类型/数量
...
...
@@ -492,7 +508,18 @@ export default {
BuiltUpArea
:
""
,
//经营面积
AreaRequirement
:
""
,
//可租赁面积
YeJi
:
""
,
//去年业绩
OpeningStatus
:
-
1
,
},
OpeningStatusList
:
[
{
id
:
0
,
name
:
"即将开业"
,
},
{
id
:
1
,
name
:
"已开业"
,
},
],
rules
:
{
CarrierName
:
[
{
...
...
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