提交 fd1ee88b authored 作者: 朱政's avatar 朱政

feat:智库概览页智库汇总与全部智库页默认展示近一年智库

上级 71f8359b
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
</div> </div>
</div> </div>
<div class="time-tab-pane"> <div class="time-tab-pane">
<TimeTabPane @time-click="handleTimeClick" /> <TimeTabPane :activeTime="'近一年'" @time-click="handleTimeClick" />
</div> </div>
</div> </div>
<div class="home-main-header-card-box"> <div class="home-main-header-card-box">
...@@ -574,7 +574,7 @@ const goToAllThinkTank = () => { ...@@ -574,7 +574,7 @@ const goToAllThinkTank = () => {
// 替换为你的实际路由路径 // 替换为你的实际路由路径
routerTo.push('/thinkTank/allThinkTank'); routerTo.push('/thinkTank/allThinkTank');
}; };
const timePeriod = ref("WEEK") const timePeriod = ref("YEAR")
const handleTimeClick = item => { const handleTimeClick = item => {
const time = item?.time const time = item?.time
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论