Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
HotelProject
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
zhengke
HotelProject
Commits
6ef2b22d
Commit
6ef2b22d
authored
Feb 13, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
f72b518e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
HotelList.vue
src/components/assetsman/HotelList.vue
+8
-8
No files found.
src/components/assetsman/HotelList.vue
View file @
6ef2b22d
...
...
@@ -46,26 +46,26 @@
</li>
</ul>
<vxe-table
stripe
style=
"margin-top:15px"
:loading=
"loading"
:data=
"dataList"
>
<vxe-table-column
field=
"SID"
title=
"ホテル番号"
></vxe-table-column>
<vxe-table-column
field=
"Name"
title=
"ホテル名"
>
<vxe-table-column
field=
"SID"
title=
"ホテル番号"
width=
"90"
align=
"center"
></vxe-table-column>
<vxe-table-column
field=
"Name"
title=
"ホテル名"
width=
"290"
align=
"left"
>
<template
v-slot=
"
{ row }">
<span>
{{
row
.
SHotelName
}}
</span>
</
template
>
</vxe-table-column>
<vxe-table-column
field=
"Name"
title=
"地域"
>
<vxe-table-column
field=
"Name"
title=
"地域"
width=
"120"
align=
"center"
>
<
template
v-slot=
"{ row }"
>
<span>
{{
row
.
SCountryName
}}
-
{{
row
.
SProvinceName
}}
-
{{
row
.
SCityName
}}
</span>
</
template
>
</vxe-table-column>
<vxe-table-column
field=
"SHotelStar"
title=
"ホテル星"
></vxe-table-column>
<vxe-table-column
field=
"UpdateByName"
title=
"修正者"
></vxe-table-column>
<vxe-table-column
field=
"Name"
title=
"修正時間"
>
<vxe-table-column
field=
"SHotelStar"
title=
"ホテル星"
width=
"100"
align=
"center"
></vxe-table-column>
<vxe-table-column
field=
"UpdateByName"
title=
"修正者"
width=
"120"
align=
"center"
></vxe-table-column>
<vxe-table-column
field=
"Name"
title=
"修正時間"
width=
"140"
align=
"center"
>
<
template
v-slot=
"{row}"
>
<span>
{{
getDate
(
row
.
UpdateTime
)
}}
</span>
</
template
>
</vxe-table-column>
<vxe-table-column
field=
"StatusStr"
title=
"ホテル状態"
></vxe-table-column>
<vxe-table-column
field=
"address"
title=
"操作"
>
<vxe-table-column
field=
"StatusStr"
title=
"ホテル状態"
width=
"100"
align=
"center"
></vxe-table-column>
<vxe-table-column
field=
"address"
title=
"操作"
width=
"120"
align=
"center"
>
<
template
v-slot=
"{ row }"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"修正"
placement=
"top"
>
<el-button
type=
"success"
@
click=
"Edit(row)"
icon=
"iconfont iconxiugaiziliao"
circle
style=
"padding:5px;"
></el-button>
...
...
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