review:通用的代码生成 demo

This commit is contained in:
YunaiV
2025-05-06 22:32:09 +08:00
parent 9f8e7533fb
commit 2fd6367983
5 changed files with 301 additions and 112 deletions

View File

@@ -1,3 +1,4 @@
<!-- add by puhui999vxe table 工具栏二次封装提供给 vxe 原生列表使用 -->
<script setup lang="ts">
import type { VxeToolbarInstance } from 'vxe-table';
@@ -36,6 +37,7 @@ defineExpose({
<VxeToolbar ref="toolbarRef" custom>
<template #toolPrefix>
<slot></slot>
<!-- TODO @puhui999貌似 icon 没和 vxe 对上可以考虑用 /Users/yunai/Java/yudao-ui-admin-vben-v5/packages/icons/src/iconify -->
<Button class="ml-2 font-[8px]" shape="circle" @click="onHiddenSearchBar">
<Search :size="15" />
</Button>