Commit 4af2e1fc authored by huangyuanyuan's avatar huangyuanyuan

update

parent 1d360031
......@@ -292,7 +292,7 @@
<li>
<button class="hollowFixedBtn" @click="getList()">查询</button>
<button class="normalBtn" @click="cancelEdit(),addShow=true" v-if="msg.isFinacial==1">添加</button>
<button class="normalBtn" v-show="buttonshow" @click="AddVisaProduct" v-if="msg.isFinacial==1">添加</button>
<button class="normalBtn" v-show="buttonshow" @click="AddVisaProduct" v-if="msg.isFinacial==1">添加11</button>
</li>
</ul>
</div>
......@@ -399,7 +399,7 @@
@click="EditVisaProduct(item)"
></el-button>
</el-tooltip>
<el-tooltip effect="dark" content="查看" placement="top-start" v-if="msg.isFinacial==1">
<el-tooltip effect="dark" content="查看11" placement="top-start" v-if="msg.isFinacial==1">
<el-button
type="primary"
style="background:#25C1C3; border-color:#25C1C3"
......@@ -646,7 +646,7 @@ export default {
},
created(){
let locationName = window.location.hostname;
if (locationName.indexOf('viitto') !== -1){
if (locationName.indexOf('viitto') !== -1 || locationName.indexOf('www') !== -1){
this.buttonshow=true;
}
......
<style>
.page_visaMG ._vMG_edit {
.page_visaMG .vMG_edit {
position: fixed;
font-family: "PingFangSc-Fine";
bottom: 0;
......@@ -82,13 +82,13 @@
padding-top: 22px;
border-top: 1px dashed #b8b8b8;
}
.page_visaMG ._vMG_edit ._tit {
.page_visaMG .vMG_edit ._tit {
padding-left: 10px;
border-left: 3px solid #e95252;
font-size: 16px;
color: #000000;
}
.page_visaMG ._vMG_edit ._tit span {
.page_visaMG .vMG_edit ._tit span {
color: #666666;
font-size: 14px;
}
......@@ -284,7 +284,7 @@
:total="total"
></el-pagination>
</div>
<div class="_vMG_edit" v-show="addShow">
<div class="vMG_edit" v-show="addShow">
<p class="_tit">签证国家
<span style="float:right">
<button class="hollowFixedBtn" type="button" @click="cancelEdit()">取消</button>
......
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