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