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
6f7f0e04
Commit
6f7f0e04
authored
Feb 01, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
a8a5b2e8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
10 deletions
+8
-10
HotelManagement.vue
src/components/Hotel/HotelManagement.vue
+1
-1
restaurantList.vue
src/components/Restaurant/restaurantList.vue
+1
-1
scenicSpotList.vue
src/components/scenicSpot/scenicSpotList.vue
+6
-8
No files found.
src/components/Hotel/HotelManagement.vue
View file @
6f7f0e04
...
@@ -330,7 +330,7 @@
...
@@ -330,7 +330,7 @@
</el-tooltip>
</el-tooltip>
</div>
</div>
</div>
</div>
<div
style=
"di
a
play:none"
>
<div
style=
"di
s
play:none"
>
操作人:
{{
item
.
UpdateName
}}
操作人:
{{
item
.
UpdateName
}}
操作时间:
{{
item
.
UpdateTimeStr
}}
操作时间:
{{
item
.
UpdateTimeStr
}}
</div>
</div>
...
...
src/components/Restaurant/restaurantList.vue
View file @
6f7f0e04
...
@@ -336,7 +336,7 @@
...
@@ -336,7 +336,7 @@
<div>
{{
$t
(
'restaurant.res_advanceDays'
)
}}
</div>
<div>
{{
$t
(
'restaurant.res_advanceDays'
)
}}
</div>
</div>
</div>
</div>
</div>
<div
style=
"di
a
play:none"
>
<div
style=
"di
s
play:none"
>
操作人:
{{
item
.
UpdateName
}}
操作人:
{{
item
.
UpdateName
}}
操作时间:
{{
item
.
UpdateTimeStr
}}
操作时间:
{{
item
.
UpdateTimeStr
}}
</div>
</div>
...
...
src/components/scenicSpot/scenicSpotList.vue
View file @
6f7f0e04
...
@@ -315,7 +315,7 @@
...
@@ -315,7 +315,7 @@
</el-tooltip>
</el-tooltip>
<div
style=
"display:none;"
>
<div
style=
"display:none;"
>
操作人:
{{
item
.
UpdateName
}}
操作人:
{{
item
.
UpdateName
}}
操作时间:
{{
item
.
UpdateTimeStr
}}
操作时间:
{{
item
.
UpdateTimeStr
}}
</div>
</div>
<div
class=
"btnList"
>
<div
class=
"btnList"
>
<button
@
click=
"goUrl('scenicSpotInfoManage',item.ID)"
class=
"hotelBtn"
>
{{
$t
(
'pub.updateMsg'
)
}}
</button>
<button
@
click=
"goUrl('scenicSpotInfoManage',item.ID)"
class=
"hotelBtn"
>
{{
$t
(
'pub.updateMsg'
)
}}
</button>
...
@@ -381,10 +381,9 @@
...
@@ -381,10 +381,9 @@
};
};
},
},
methods
:
{
methods
:
{
CopyScenic
(
Id
)
CopyScenic
(
Id
)
{
{
var
that
=
this
;
var
that
=
this
;
that
.
Confirm
(
'是否要复制此景点?'
,
function
()
{
that
.
Confirm
(
'是否要复制此景点?'
,
function
()
{
var
msg
=
{
var
msg
=
{
ID
:
Id
ID
:
Id
};
};
...
@@ -395,9 +394,8 @@
...
@@ -395,9 +394,8 @@
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
that
.
Success
(
res
.
data
.
message
);
that
.
Success
(
res
.
data
.
message
);
that
.
selectResource
();
that
.
selectResource
();
}
}
else
{
else
{
that
.
Error
(
res
.
data
.
message
);
that
.
Error
(
res
.
data
.
message
);
}
}
},
},
null
null
...
...
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