This commit is contained in:
liushiwei
2024-10-30 19:53:17 +08:00
parent d38206a1a0
commit e920251718
5 changed files with 10 additions and 7 deletions

View File

@@ -41,8 +41,12 @@
suffix-icon="iconfont iconSearch">
</el-input>
</div>
<el-button style="margin-left: 10px;" @click="getList" size="small" :loading="isLoading">查询</el-button>
<el-button type="primary" size="small" @click="toAdd('')">添加</el-button>
<el-button type="primary" @click="getList" size="small" :loading="isLoading">查询</el-button>
</template>
</ai-search-bar>
<ai-search-bar>
<template #left>
<el-button type="button" :class="'el-button el-button--primary'" @click="toAdd('')">添加</el-button>
</template>
</ai-search-bar>
<ai-table