Commit d1848d67 authored by zhengke's avatar zhengke

no message

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