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
cef3fc4b
Commit
cef3fc4b
authored
May 30, 2019
by
hezhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改页面
parent
339f2100
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
index.vue
src/views/vehicle/vehicleInfo/index.vue
+4
-2
No files found.
src/views/vehicle/vehicleInfo/index.vue
View file @
cef3fc4b
...
@@ -196,7 +196,7 @@
...
@@ -196,7 +196,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
width=
"180"
align=
"center"
label=
"
所属子
公司"
>
<el-table-column
width=
"180"
align=
"center"
label=
"
分
公司"
>
<
template
scope=
"scope"
>
<
template
scope=
"scope"
>
<span>
{{
scope
.
row
.
subBranchName
}}
</span>
<span>
{{
scope
.
row
.
subBranchName
}}
</span>
</
template
>
</
template
>
...
@@ -1769,9 +1769,11 @@
...
@@ -1769,9 +1769,11 @@
this
.
$utils
.
objectEach
(
response
.
data
,
(
item
,
key
)
=>
{
this
.
$utils
.
objectEach
(
response
.
data
,
(
item
,
key
)
=>
{
this
.
form
[
key
]
=
item
;
this
.
form
[
key
]
=
item
;
});
});
selectArry
.
map
(
function
(
iitem
)
{
selectArry
.
map
(
function
(
iitem
)
{
if
(
that
.
form
[
"
subordinateBranch
"
]
==
iitem
.
id
){
if
(
that
.
form
[
"
parkBranchCompanyId
"
]
==
iitem
.
id
){
that
.
form
.
state2
=
iitem
.
name
;
that
.
form
.
state2
=
iitem
.
name
;
that
.
form
.
subordinateBranch
=
iitem
.
id
;
}
}
});
});
this
.
fillDates2Range
(
this
.
form
,
'insuranceDateRange4form'
,
'insuranceStartDate'
,
'insuranceEndDate'
);
this
.
fillDates2Range
(
this
.
form
,
'insuranceDateRange4form'
,
'insuranceStartDate'
,
'insuranceEndDate'
);
...
...
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