diff --git a/index.html b/index.html index b71c8756..3efaed5c 100644 --- a/index.html +++ b/index.html @@ -1,46 +1,27 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - -
- -
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
- - - +
+ + + + + + + + + + + \ No newline at end of file diff --git a/src/components/edittablehead/index.vue b/src/components/edittablehead/index.vue index 2852f605..62b828b5 100644 --- a/src/components/edittablehead/index.vue +++ b/src/components/edittablehead/index.vue @@ -119,7 +119,7 @@ let props = defineProps({ /** 从本地获取的list名称 */ columnListName: { type: String as PropType, - required: true, + required: false, default: 'columnList', }, }); diff --git a/src/components/popupnotification/popupnotification.vue b/src/components/popupnotification/popupnotification.vue index d7d4c808..be978f59 100644 --- a/src/components/popupnotification/popupnotification.vue +++ b/src/components/popupnotification/popupnotification.vue @@ -1,21 +1,22 @@