jiekou
This commit is contained in:
parent
a1e652a8fe
commit
e2470b42e7
|
@ -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 });
|
||||
});
|
||||
|
|
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue