This commit is contained in:
2309368887@qq.com 2022-07-14 10:24:43 +08:00
parent a1e652a8fe
commit e2470b42e7
2 changed files with 2 additions and 3 deletions

View File

@ -158,7 +158,7 @@ export default {
this.postOptions = [];
this.$API.ecm.event.cate.req({ completed: false,start_create:craeteTime }).then((res) => {
this.$API.ecm.event.cateAgg.req({ completed: false,start_create:craeteTime }).then((res) => {
res.details.forEach((itemI, indexI) => {
this.postOptions.push({ value: itemI.count, name: itemI.cate__name });
});

View File

@ -276,8 +276,7 @@ export default {
.count-list {
display: flex;
flex-wrap: wrap;
margin-bottom: 8px;
margin-left: 30px;
.count-list-item {
width: 33.3333%;
height: 50%;