@@ -97,7 +97,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 {
@@ -98,7 +98,7 @@ export default {
@@ -127,7 +127,7 @@ export default {
.groupType{
@@ -128,7 +128,7 @@ export default {
@@ -96,7 +96,7 @@ export default {
@@ -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) => {