vue 给数组每一项添加新字段

this.Array.forEach(item => {

  this.$set(item,'字段名称',字段值)

})

原文地址:https://www.cnblogs.com/ljx111/p/13221387.html