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
6ea35b41
Commit
6ea35b41
authored
Feb 01, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
6f7f0e04
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
13 deletions
+15
-13
HotelManagement.vue
src/components/Hotel/HotelManagement.vue
+5
-4
restaurantList.vue
src/components/Restaurant/restaurantList.vue
+5
-5
scenicSpotList.vue
src/components/scenicSpot/scenicSpotList.vue
+5
-4
No files found.
src/components/Hotel/HotelManagement.vue
View file @
6ea35b41
...
...
@@ -7,7 +7,7 @@
.hotelmanagement
.resourceList
{
width
:
215px
;
height
:
3
2
0px
;
height
:
3
5
0px
;
background-color
:
#fff
;
border
:
1px
dashed
#ededed
;
border-radius
:
4px
;
...
...
@@ -330,9 +330,10 @@
</el-tooltip>
</div>
</div>
<div
style=
"display:none"
>
操作人:
{{
item
.
UpdateName
}}
操作时间:
{{
item
.
UpdateTimeStr
}}
<div
style=
"padding-left:15px"
>
<p>
操作人:
{{
item
.
UpdateName
}}
</p>
<p>
操作时间:
{{
item
.
UpdateTimeStr
}}
</p>
</div>
<div
class=
"btnList"
>
<button
@
click=
"goSubInfo('HotelInfo',item.ID)"
class=
"hotelBtnMan"
>
{{
$t
(
'pub.updateMsg'
)
}}
</button>
...
...
src/components/Restaurant/restaurantList.vue
View file @
6ea35b41
...
...
@@ -14,7 +14,7 @@
.restaurantList
.resourceList
{
width
:
215px
;
height
:
288
px
;
height
:
330
px
;
background-color
:
#fff
;
border
:
1px
dashed
#ededed
;
border-radius
:
4px
;
...
...
@@ -146,7 +146,6 @@
}
.restaurantList
.btnList
{
margin-top
:
16px
;
text-align
:
center
;
}
...
...
@@ -336,9 +335,10 @@
<div>
{{
$t
(
'restaurant.res_advanceDays'
)
}}
</div>
</div>
</div>
<div
style=
"display:none"
>
操作人:
{{
item
.
UpdateName
}}
操作时间:
{{
item
.
UpdateTimeStr
}}
<div
style=
"padding:0 0 10px 15px;margin-top: -5px;"
>
<p>
操作人:
{{
item
.
UpdateName
}}
</p>
<p>
操作时间:
{{
item
.
UpdateTimeStr
}}
</p>
</div>
<div
class=
"btnList"
>
<button
@
click=
"goSubInfo('restaurantInfoManage',item.ID)"
class=
"hotelBtn"
>
{{
$t
(
'pub.updateMsg'
)
}}
</button>
...
...
src/components/scenicSpot/scenicSpotList.vue
View file @
6ea35b41
...
...
@@ -150,7 +150,7 @@
}
.scenicSpotList
.btnList
{
margin-top
:
2
0px
;
margin-top
:
1
0px
;
text-align
:
center
;
}
...
...
@@ -313,9 +313,10 @@
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"item.Name"
placement=
"top-start"
popper-class=
"max-w250"
>
<div
class=
"hotelTitle"
>
{{
item
.
Name
}}
</div>
</el-tooltip>
<div
style=
"display:none;"
>
操作人:
{{
item
.
UpdateName
}}
操作时间:
{{
item
.
UpdateTimeStr
}}
<div
style=
"padding-left:15px"
>
<p>
操作人:
{{
item
.
UpdateName
}}
</p>
<p>
操作时间:
{{
item
.
UpdateTimeStr
}}
</p>
</div>
<div
class=
"btnList"
>
<button
@
click=
"goUrl('scenicSpotInfoManage',item.ID)"
class=
"hotelBtn"
>
{{
$t
(
'pub.updateMsg'
)
}}
</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