From bf1c61a3b638b4ebb9525d1dc591b50136cc134b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Fri, 27 Oct 2023 08:59:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=9B=E9=80=89=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SearchHigh/index.ts | 3 + src/components/SearchHigh/src/SearchHigh.vue | 257 +++++++++++++++++++ src/components/TableHead/src/TableHead.vue | 32 ++- src/utils/disposition/defaultButtons.ts | 32 ++- 4 files changed, 313 insertions(+), 11 deletions(-) create mode 100644 src/components/SearchHigh/index.ts create mode 100644 src/components/SearchHigh/src/SearchHigh.vue diff --git a/src/components/SearchHigh/index.ts b/src/components/SearchHigh/index.ts new file mode 100644 index 000000000..a559d09f8 --- /dev/null +++ b/src/components/SearchHigh/index.ts @@ -0,0 +1,3 @@ +import SearchHigh from './src/SearchHigh.vue' + +export { SearchHigh } diff --git a/src/components/SearchHigh/src/SearchHigh.vue b/src/components/SearchHigh/src/SearchHigh.vue new file mode 100644 index 000000000..236269471 --- /dev/null +++ b/src/components/SearchHigh/src/SearchHigh.vue @@ -0,0 +1,257 @@ + + + \ No newline at end of file diff --git a/src/components/TableHead/src/TableHead.vue b/src/components/TableHead/src/TableHead.vue index a70026bd0..9a1c4dddc 100644 --- a/src/components/TableHead/src/TableHead.vue +++ b/src/components/TableHead/src/TableHead.vue @@ -29,14 +29,21 @@ :routeName="routeName" @updataTableColumns="updataTableColumns" /> + +