|
@@ -62,7 +62,7 @@ export default {
|
|
|
getCategoryCnt({ type: this.btnFocus })
|
|
|
.then((res) => {
|
|
|
that.total = res.length;
|
|
|
- that.tableData = res;
|
|
|
+ that.tableData = res.filter(v=>v.category_name==this.btnFocus);
|
|
|
that.load.close();
|
|
|
})
|
|
|
.catch((err) => {
|
|
@@ -96,7 +96,7 @@ export default {
|
|
|
padding: 0 100px;
|
|
|
}
|
|
|
.groupType {
|
|
|
- padding: 15px 0;
|
|
|
+ padding: 15px 10px;
|
|
|
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
|
|
|
}
|
|
|
.card-rank {
|