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
12347279
Commit
12347279
authored
Aug 05, 2019
by
hanfeng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'base-modify' of
http://113.105.137.151:22280/youjj/cloud-platform-ui
into base-modify
parents
0b993986
284fa49a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
index.vue
src/views/vehicle/vehicleInfo/index.vue
+6
-5
No files found.
src/views/vehicle/vehicleInfo/index.vue
View file @
12347279
...
@@ -338,7 +338,7 @@
...
@@ -338,7 +338,7 @@
</el-button>
</el-button>
<el-button
size=
"small"
class=
"el-button el-button--text el-button--small"
@
click=
"handleBookInfo(scope.row)"
>
预订信息
</el-button>
<el-button
size=
"small"
class=
"el-button el-button--text el-button--small"
@
click=
"handleBookInfo(scope.row)"
>
预订信息
</el-button>
<el-button
size=
"small"
class=
"el-button el-button--text el-button--small"
@
click=
"handleDepartureLog(scope.row)"
>
出车记录
</el-button>
<el-button
size=
"small"
class=
"el-button el-button--text el-button--small"
@
click=
"handleDepartureLog(scope.row)"
>
出车记录
</el-button>
<el-button
type=
"danger"
size=
"small"
@
click=
"deleteHandler(scope.row)"
style=
"margin-left:0px
"
v-if=
"vehicleInfo_btn_ret"
>
删除
</el-button>
<el-button
size=
"small"
style=
"color:red;"
@
click=
"deleteHandler(scope.row)"
class=
"el-button el-button--text el-button--small
"
v-if=
"vehicleInfo_btn_ret"
>
删除
</el-button>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
@@ -488,10 +488,11 @@
...
@@ -488,10 +488,11 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"停靠分公司"
v-if=
"dialogStatus=='update'"
prop=
"parkBranchCompanyName"
>
<!--<el-form-item label="停靠分公司" v-if="dialogStatus=='update'" prop="parkBranchCompanyName">-->
<el-input
v-model=
"form.parkBranchCompanyName"
placeholder=
"停靠分公司"
readonly
disabled
></el-input>
<!--<el-input v-model="form.parkBranchCompanyName" placeholder="停靠分公司" readonly disabled></el-input>-->
</el-form-item>
<!--</el-form-item>-->
<el-form-item
label=
"停靠分公司"
v-else-if=
"dialogStatus=='create'"
prop=
"parkBranchCompanyName"
>
<!--v-else-if="dialogStatus=='create'"-->
<el-form-item
label=
"停靠分公司"
prop=
"parkBranchCompanyName"
>
<el-autocomplete
<el-autocomplete
class=
"inline-input"
class=
"inline-input"
v-model=
"form.parkBranchCompanyName"
v-model=
"form.parkBranchCompanyName"
...
...
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