this.tableData.forEach((item, index) => { let ZKprice = (item.price * this.discount * 0.1).toFixed(2);
// 要修改的数据 索引 要改的值 三个参数 this.$set(this.tableData, index, { ZKprice: ZKprice, SetPrice: this.discount, limit_stock: item.limit_stock }); });
this.tableData.forEach((item, index) => { let ZKprice = (item.price * this.discount * 0.1).toFixed(2);
// 要修改的数据 索引 要改的值 三个参数 this.$set(this.tableData, index, { ZKprice: ZKprice, SetPrice: this.discount, limit_stock: item.limit_stock }); });