Commit 6f7f0e04 authored by 黄奎's avatar 黄奎

页面修改

parent a8a5b2e8
...@@ -330,7 +330,7 @@ ...@@ -330,7 +330,7 @@
</el-tooltip> </el-tooltip>
</div> </div>
</div> </div>
<div style="diaplay:none"> <div style="display:none">
操作人:{{item.UpdateName}} 操作人:{{item.UpdateName}}
操作时间:{{item.UpdateTimeStr}} 操作时间:{{item.UpdateTimeStr}}
</div> </div>
......
...@@ -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="diaplay:none"> <div style="display:none">
操作人:{{item.UpdateName}} 操作人:{{item.UpdateName}}
操作时间:{{item.UpdateTimeStr}} 操作时间:{{item.UpdateTimeStr}}
</div> </div>
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment