Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
b0a40cc4
Commit
b0a40cc4
authored
Oct 23, 2019
by
jiaorz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
a2020039
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.vue
src/views/vehicle/vehicleInfo/index.vue
+3
-3
No files found.
src/views/vehicle/vehicleInfo/index.vue
View file @
b0a40cc4
...
...
@@ -16,7 +16,7 @@
<el-col
:span=
"5"
>
<el-form-item
label=
"车辆状态"
>
<el-select
class=
"filter-item"
v-model=
"listQuery.status"
placeholder=
"请选择车辆状态"
>
<el-option
:key=
"undefined"
label=
"
无
"
:value=
"undefined"
></el-option>
<el-option
:key=
"undefined"
label=
"
全部
"
:value=
"undefined"
></el-option>
<el-option
v-for=
"(val,index) in getAllVehicleStatus() "
:key=
"index"
:label=
"val.val"
:value=
"val.code"
></el-option>
</el-select>
...
...
@@ -91,7 +91,7 @@
<el-col
:span=
"8"
>
<el-form-item
label=
"保险公司"
prop=
"insuranceCompany"
>
<el-select
class=
"filter-item"
v-model=
"listQuery.insuranceCompany"
placeholder=
"请选择保险公司"
>
<el-option
:key=
"undefined"
label=
"
无
"
:value=
"undefined"
></el-option>
<el-option
:key=
"undefined"
label=
"
全部
"
:value=
"undefined"
></el-option>
<el-option
v-for=
"(val, index ) in getAllInsuranceCompany() "
:key=
"index"
:label=
"val.val"
:value=
"val.code"
></el-option>
</el-select>
...
...
@@ -100,7 +100,7 @@
<el-col
:span=
"8"
>
<el-form-item
label=
"用途"
>
<el-select
class=
"filter-item"
v-model=
"listQuery.useType"
placeholder=
"请选择用途"
>
<el-option
:key=
"undefined"
label=
"
无
"
:value=
"undefined"
></el-option>
<el-option
:key=
"undefined"
label=
"
全部
"
:value=
"undefined"
></el-option>
<el-option
v-for=
"(val,index) in getAllUseType() "
:key=
"index"
:label=
"val.val"
:value=
"val.code"
></el-option>
</el-select>
...
...
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