Commit 8e16c094 authored by 华国豪's avatar 华国豪 🙄

1

parent e95174d2
......@@ -29,6 +29,21 @@
.CityChange .el-select .el-input__inner:focus {
border: none;
}
.juanmei{
width: 140px !important;
cursor: pointer;
padding-right: 40px;
}
.juanmei div{
text-align: right !important;
}
.juanmei img{
z-index: 1;
position: absolute;
top: -20px;
width: 135px;
left: 21px;
}
</style>
<template>
<!-- 头部 -->
......@@ -327,6 +342,11 @@
<img src="../../assets/img/task/nav_text.png" alt="">
</div>
</li>
<li :class="{_active: navActive === 9}" class="juanmei">
<div @click="handleSelect('', ), navActive = 9">
<img src="../../assets/img/task/juanmei.png" alt="">
</div>
</li>
</ul>
</div>
<!-- <div id="map-container" class="map-container">
......
......@@ -452,7 +452,7 @@ export default {
data.branchList.forEach(x=>{
this.tags.push({id:x.brandId,name:x.brandName});
this.tagsCopy.push({id:x.brandId,name:x.brandName});
})
})
}else{
this.$message.error(r.data.message);
}
......
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