|
|
|
@ -91,7 +91,8 @@ export default {
|
|
|
|
this.$props.data.list[index][key] = e.target.innerText
|
|
|
|
this.$props.data.list[index][key] = e.target.innerText
|
|
|
|
},
|
|
|
|
},
|
|
|
|
edit2(key, index, index2, e) {
|
|
|
|
edit2(key, index, index2, e) {
|
|
|
|
this.$props.data.list[index][index2][key] = e.target.innerText
|
|
|
|
console.log(this.$props.data.list[index])
|
|
|
|
|
|
|
|
this.$props.data.list[index].infos[index2][key] = e.target.innerText
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|