Commit d1848d67 authored by zhengke's avatar zhengke

no message

parent b5886b87
...@@ -33,14 +33,14 @@ ...@@ -33,14 +33,14 @@
<div v-for="(item,index) in headerList" :key="index" :class="selectTitle==item.id?'active':''" <div v-for="(item,index) in headerList" :key="index" :class="selectTitle==item.id?'active':''"
@click="clickTitle(item)">{{item.title}}</div> @click="clickTitle(item)">{{item.title}}</div>
</div> </div>
<!-- 管理配置 -->
<ManageConfiguration v-if="selectTitle==4"></ManageConfiguration>
<!-- 客户来源 --> <!-- 客户来源 -->
<customerSource v-if="selectTitle==1"></customerSource> <customerSource v-if="selectTitle==1"></customerSource>
<!-- 分配规则 --> <!-- 分配规则 -->
<distributionRules v-if="selectTitle==2"></distributionRules> <distributionRules v-if="selectTitle==2"></distributionRules>
<!-- 排行统计配置 --> <!-- 排行统计配置 -->
<rankConfig v-if="selectTitle==3"></rankConfig> <rankConfig v-if="selectTitle==3"></rankConfig>
<!-- 管理配置 -->
<ManageConfiguration v-if="selectTitle==4"></ManageConfiguration>
</div> </div>
</template> </template>
<script> <script>
...@@ -60,9 +60,6 @@ ...@@ -60,9 +60,6 @@
selectTitle: 4, selectTitle: 4,
headerList: [ headerList: [
{ {
title: '管理配置',
id: 4
},{
title: '客户来源', title: '客户来源',
id: 1 id: 1
}, },
...@@ -74,6 +71,10 @@ ...@@ -74,6 +71,10 @@
title: '排行统计配置', title: '排行统计配置',
id: 3 id: 3
}, },
{
title: '管理配置',
id: 4
},
] ]
}; };
}, },
......
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