diff --git a/src/components/TableModel/index.vue b/src/components/TableModel/index.vue index 7c9313c2..fd52bfd4 100644 --- a/src/components/TableModel/index.vue +++ b/src/components/TableModel/index.vue @@ -117,14 +117,14 @@ @selection-change="handleSelectionChange" > > - + - + - - + + - - + + @@ -46,10 +22,7 @@ :checked="selectionShow" @change=" () => { - this.$emit( - 'update:selectionShow', - !this.selectionShow, - ) + this.$emit('update:selectionShow', !this.selectionShow) } " >复选框序号操作 {{ item.t_label }}