/ / primitive array
goodsSkusList: [
{
attrSymbolPath: "0,10",
attrValue0: "",
attrValue1: "S",
batchPrice: 11,
batchQuantity: 111,
marketPrice: 11,
store: 22,
univalence: "11",
warnStore: 111
},
{
attrSymbolPath: "1,10",
attrValue0: "",
attrValue1: "S",
batchPrice: 11,
batchQuantity: 111,
marketPrice: 11,
store: 22,
univalence: "11",
warnStore: 111
}
]
only batchPrice, batchQuantity,marketPrice,store,univalence,warnStore is a fixed field, and other fields are not fixed. It may be possible from attrValue0 to attrValue100. How to reorganize an unfixed field into a new field, attrSku?? The following figure