From 0588c30ce6e5d13a8bcf81761c2e011e7041c6b7 Mon Sep 17 00:00:00 2001 From: zhaojinfeng <121016171@qq.com> Date: Tue, 5 Sep 2023 19:22:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B7=A6=E4=BE=A7=E6=8F=92=E6=A7=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/select-transfer-modal/index.vue | 118 +++++++++++++---------- stories/SelectTransferModal.stories.ts | 40 +++++++- types/auto-imports.d.ts | 2 + types/components.d.ts | 13 +++ 4 files changed, 120 insertions(+), 53 deletions(-) diff --git a/packages/select-transfer-modal/index.vue b/packages/select-transfer-modal/index.vue index 4be80f9..ca46fc7 100644 --- a/packages/select-transfer-modal/index.vue +++ b/packages/select-transfer-modal/index.vue @@ -2,7 +2,7 @@ * @Author: zhaojinfeng 121016171@qq.com * @Date: 2023-08-14 11:07:15 * @LastEditors: zhaojinfeng 121016171@qq.com - * @LastEditTime: 2023-08-22 12:56:59 + * @LastEditTime: 2023-09-05 18:26:31 * @FilePath: \vue3\packages\select-transfer-modal\index.vue * @Description: * @@ -18,54 +18,61 @@ v-model="showDialog" class="select-transfer-modal" :title="title" :width="width" append-to-body :z-index="zIndex" @open="getList" @closed="closed" > - - - - - {{ option.label }} - - - - - - - 查询 - - - 重置 - - - - - - - +
+ +
+ {{ queryParams }} + + + + + {{ option.label }} + + + + + + + 查询 + + + 重置 + + + + + + + +
+
+