|
@@ -255,7 +255,7 @@
|
|
|
">
|
|
">
|
|
|
<div class="info" v-if="typeShow">
|
|
<div class="info" v-if="typeShow">
|
|
|
经销商:
|
|
经销商:
|
|
|
- <template v-for="(item, index) in item.sfaStoreChainsContactList">
|
|
|
|
|
|
|
+ <div class="TCFXListItem" v-for="(item, index) in item.sfaStoreChainsContactList">
|
|
|
<el-popover
|
|
<el-popover
|
|
|
popper-class="zpover zpoverStoreztype"
|
|
popper-class="zpover zpoverStoreztype"
|
|
|
placement="bottom-start"
|
|
placement="bottom-start"
|
|
@@ -263,11 +263,11 @@
|
|
|
<div>
|
|
<div>
|
|
|
{{ item.chainName }}
|
|
{{ item.chainName }}
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="TCFXListItem" slot="reference" :key="index">
|
|
|
|
|
|
|
+ <div slot="reference" :key="index">
|
|
|
{{ item.categoryDescribe }}
|
|
{{ item.categoryDescribe }}
|
|
|
</div>
|
|
</div>
|
|
|
</el-popover>
|
|
</el-popover>
|
|
|
- </template>
|
|
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
<template v-else>
|
|
<template v-else>
|
|
@@ -2583,7 +2583,7 @@ export default {
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|
|
|
-<style>
|
|
|
|
|
|
|
+<style lang="scss">
|
|
|
.van-tabs__nav--card .van-tab.van-tab--active {
|
|
.van-tabs__nav--card .van-tab.van-tab--active {
|
|
|
background-color: #0057ba !important;
|
|
background-color: #0057ba !important;
|
|
|
}
|
|
}
|