一维表转二维表完成

This commit is contained in:
aixianling
2023-10-09 19:11:01 +08:00
parent 1b2348ef73
commit e129575479
3 changed files with 33 additions and 7 deletions

View File

@@ -53,7 +53,6 @@ export default {
dataLang: v => v.options.dataType == 'htmlData' ? 'html' : 'json',
source: {
set(v) {
console.log(v)
this.$emit("input", v)
},
get() {