+
+
+
+
+
+
+
+
+
+
+
+
+
+ {
+ this.$emit(
+ 'update:selectionShow',
+ !this.selectionShow,
+ )
+ }
+ "
+ >复选框
+
+
+ {
+ this.$emit(
+ 'update:indexNumShow',
+ !this.indexNumShow,
+ )
+ }
+ "
+ >序号
+
+
+ {
+ this.$emit(
+ 'update:handleShow',
+ !this.handleShow,
+ )
+ }
+ "
+ >操作
+
+
+
+
+ {{ item.t_label }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue
index a25c562..2a92571 100644
--- a/src/layout/components/AppMain.vue
+++ b/src/layout/components/AppMain.vue
@@ -1,75 +1,76 @@