From 89fb6c62fd1d426a1c2d301324493df370e934c3 Mon Sep 17 00:00:00 2001
From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com>
Date: Mon, 14 Apr 2025 18:00:06 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E7=BB=84=E4=BB=B6=E9=97=AE?=
=?UTF-8?q?=E9=A2=98=E5=AE=8C=E5=96=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/TableModel/index.vue | 11 +-----
src/components/ToolbarModel/index.vue | 53 +++++----------------------
2 files changed, 11 insertions(+), 53 deletions(-)
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 }}