参会情况 会议详情

This commit is contained in:
fengachen
2021-09-07 14:46:20 +08:00
parent b1b353620d
commit 527bb2f593
4 changed files with 151 additions and 44 deletions
-1
View File
@@ -107,7 +107,6 @@
return Object.keys(this.$slots).filter(key => !this.usedSlots.includes(key))
},
scopedSlotsKeys() {
console.log(this.$scopedSlots,'-----------------------------------')
return Object.keys(this.$scopedSlots).filter(key => !this.usedSlots.includes(key))
},
allSlotsKeys() {