|
@@ -1,12 +1,12 @@
|
|
|
<template>
|
|
|
<BaseBlockCom title="我的线索">
|
|
|
<template #title>
|
|
|
- <div class="more">查看更多》</div>
|
|
|
+<!-- <div class="more">查看更多》</div>-->
|
|
|
</template>
|
|
|
<ButtonSwitchCom class="buttons" :options="[
|
|
|
- {label: '日', value: '1'},
|
|
|
- {label: '周', value: '2'},
|
|
|
- {label: '月', value: '3'},
|
|
|
+ {label: '按日', value: '1'},
|
|
|
+ {label: '按周', value: '2'},
|
|
|
+ {label: '按月', value: '3'},
|
|
|
]" padding="3px 12px" v-model:active="dateType"/>
|
|
|
<div class="statistic">
|
|
|
sadasdsd
|