处理Korsum 弹窗右侧表格数据不能行内修改的问题
This commit is contained in:
parent
5433dff98d
commit
a35992098e
|
@ -14,14 +14,14 @@ export default {
|
||||||
props: {
|
props: {
|
||||||
text: Number,
|
text: Number,
|
||||||
},
|
},
|
||||||
computed: {
|
watch: {
|
||||||
value() {
|
text(newValue, oldValue) {
|
||||||
return this.text
|
this.value = newValue
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
// value: this.text,
|
value: "",
|
||||||
editable: false,
|
editable: false,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user