提交 743cbb31 authored 作者: 朱政's avatar 朱政

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

上级 fd1ee88b
流水线 #453 已通过 于阶段
in 1 分 39 秒
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,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="all-item"> <div class="all-item">
...@@ -129,7 +129,7 @@ const sortedCardList = computed(() => { ...@@ -129,7 +129,7 @@ const sortedCardList = computed(() => {
const currentPage = ref(1) const currentPage = ref(1)
const pageSize = ref(15) const pageSize = ref(15)
const total = ref(0) const total = ref(0)
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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论