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 }} + + + + + + + 查询 + + + 重置 + + + + + + + +
+
+