Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
41b84541
Commit
41b84541
authored
May 25, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
97312de9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
dzlineList.vue
src/components/TravelManager/customizedcar/dzlineList.vue
+4
-3
No files found.
src/components/TravelManager/customizedcar/dzlineList.vue
View file @
41b84541
...
@@ -126,7 +126,7 @@
...
@@ -126,7 +126,7 @@
</ul>
</ul>
</div>
</div>
<el-table
:data=
"dataList"
stripe
style=
"width: 100%"
max-height=
"700"
v-loading=
'loading'
ref=
"table"
>
<el-table
:data=
"dataList"
stripe
style=
"width: 100%"
max-height=
"700"
v-loading=
'loading'
ref=
"table"
:header-cell-style=
"
{'text-align':'left'}"
>
<el-table-column
fixed
prop=
"Id"
label=
"Id"
width=
"80"
>
</el-table-column>
<el-table-column
fixed
prop=
"Id"
label=
"Id"
width=
"80"
>
</el-table-column>
<el-table-column
fixed
prop=
"StartCityName"
label=
"出/到城市"
>
<el-table-column
fixed
prop=
"StartCityName"
label=
"出/到城市"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
...
@@ -166,6 +166,9 @@
...
@@ -166,6 +166,9 @@
</el-table-column>
</el-table-column>
<el-table-column
fixed
prop=
"Price"
label=
"预计价格"
width=
"120"
>
</el-table-column>
<el-table-column
fixed
prop=
"Price"
label=
"预计价格"
width=
"120"
>
</el-table-column>
<el-table-column
fixed
prop=
"Description"
label=
"备注"
>
</el-table-column>
<el-table-column
fixed
prop=
"ProductState"
label=
"上架状态"
width=
"80"
>
<el-table-column
fixed
prop=
"ProductState"
label=
"上架状态"
width=
"80"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
@@ -180,8 +183,6 @@
...
@@ -180,8 +183,6 @@
</div>
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
fixed
prop=
"Description"
label=
"备注"
>
</el-table-column>
<el-table-column
prop=
"UpdateByName"
label=
"创建人"
width=
"150"
>
<el-table-column
prop=
"UpdateByName"
label=
"创建人"
width=
"150"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
...
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