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

页面修改

parent a8a5b2e8
......@@ -330,7 +330,7 @@
</el-tooltip>
</div>
</div>
<div style="diaplay:none">
<div style="display:none">
操作人:{{item.UpdateName}}
操作时间:{{item.UpdateTimeStr}}
</div>
......
......@@ -336,7 +336,7 @@
<div>{{$t('restaurant.res_advanceDays')}}</div>
</div>
</div>
<div style="diaplay:none">
<div style="display:none">
操作人:{{item.UpdateName}}
操作时间:{{item.UpdateTimeStr}}
</div>
......
......@@ -315,7 +315,7 @@
</el-tooltip>
<div style="display:none;">
操作人:{{item.UpdateName}}
操作时间:{{item.UpdateTimeStr}}
操作时间:{{item.UpdateTimeStr}}
</div>
<div class="btnList">
<button @click="goUrl('scenicSpotInfoManage',item.ID)" class="hotelBtn">{{$t('pub.updateMsg')}}</button>
......@@ -381,10 +381,9 @@
};
},
methods: {
CopyScenic(Id)
{
var that = this;
that.Confirm('是否要复制此景点?', function () {
CopyScenic(Id) {
var that = this;
that.Confirm('是否要复制此景点?', function () {
var msg = {
ID: Id
};
......@@ -395,9 +394,8 @@
if (res.data.resultCode == 1) {
that.Success(res.data.message);
that.selectResource();
}
else {
that.Error(res.data.message);
} else {
that.Error(res.data.message);
}
},
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