From 7cc0976690b980cc8d34870ca91d76509cb75375 Mon Sep 17 00:00:00 2001 From: cshaptx4869 <994774638@qq.com> Date: Mon, 6 May 2024 20:47:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20:sparkles:=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=80=89=E6=8B=A9=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TableSelect/index.vue | 303 +++++++++++++++++++++++++++ src/typings/components.d.ts | 2 + 2 files changed, 305 insertions(+) create mode 100644 src/components/TableSelect/index.vue diff --git a/src/components/TableSelect/index.vue b/src/components/TableSelect/index.vue new file mode 100644 index 00000000..28391e8c --- /dev/null +++ b/src/components/TableSelect/index.vue @@ -0,0 +1,303 @@ + + + + + diff --git a/src/typings/components.d.ts b/src/typings/components.d.ts index 3a43493f..0f5e2cc7 100644 --- a/src/typings/components.d.ts +++ b/src/typings/components.d.ts @@ -39,6 +39,7 @@ declare module "vue" { ElMenuItem: (typeof import("element-plus/es"))["ElMenuItem"]; ElOption: (typeof import("element-plus/es"))["ElOption"]; ElPagination: (typeof import("element-plus/es"))["ElPagination"]; + ElPopover: (typeof import("element-plus/es"))["ElPopover"]; ElRadio: (typeof import("element-plus/es"))["ElRadio"]; ElRadioGroup: (typeof import("element-plus/es"))["ElRadioGroup"]; ElRow: (typeof import("element-plus/es"))["ElRow"]; @@ -93,6 +94,7 @@ declare module "vue" { SingleUpload: (typeof import("./../components/Upload/SingleUpload.vue"))["default"]; SizeSelect: (typeof import("./../components/SizeSelect/index.vue"))["default"]; SvgIcon: (typeof import("./../components/SvgIcon/index.vue"))["default"]; + TableSelect: (typeof import("./../components/TableSelect/index.vue"))["default"]; TagsView: (typeof import("./../layout/components/TagsView/index.vue"))["default"]; ThemeColorPicker: (typeof import("./../layout/components/Settings/components/ThemeColorPicker.vue"))["default"]; WangEditor: (typeof import("./../components/WangEditor/index.vue"))["default"];