|
@ -167,7 +167,7 @@ |
|
|
data["Item"].forEach((item, index) => { |
|
|
data["Item"].forEach((item, index) => { |
|
|
item.key = item["AP_ArticleDemand-ArtId"]; |
|
|
item.key = item["AP_ArticleDemand-ArtId"]; |
|
|
item.Label = this.labelList[item["AP_ArticleDemand-Label"]]??item["AP_ArticleDemand-Label"]; |
|
|
item.Label = this.labelList[item["AP_ArticleDemand-Label"]]??item["AP_ArticleDemand-Label"]; |
|
|
if (index % 11 == 0) { |
|
|
|
|
|
|
|
|
if (index % 11 == 0) { // 每多少条为一组 |
|
|
item.show = true; |
|
|
item.show = true; |
|
|
} else { |
|
|
} else { |
|
|
item.show = false; |
|
|
item.show = false; |
|
|