Commit 4af2e1fc authored by huangyuanyuan's avatar huangyuanyuan

update

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