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)
}
"
>复选框 {
- this.$emit(
- 'update:indexNumShow',
- !this.indexNumShow,
- )
+ this.$emit('update:indexNumShow', !this.indexNumShow)
}
"
>序号 {
- this.$emit(
- 'update:handleShow',
- !this.handleShow,
- )
+ this.$emit('update:handleShow', !this.handleShow)
}
"
>操作
{{ item.t_label }}