【更新】优化bizGroup的index页面

pull/286/MERGE
xuyuxiang 2025-09-24 21:24:21 +08:00
parent 3b6806be43
commit 01b02d7846
1 changed files with 12 additions and 2 deletions

View File

@ -10,8 +10,18 @@
<a-col :xs="24" :sm="16" :md="16" :lg="16" :xl="16">
<a-form-item>
<a-space>
<a-button type="primary" @click="tableRef.refresh()"></a-button>
<a-button @click="reset"></a-button>
<a-button type="primary" @click="tableRef.refresh(true)">
<template #icon>
<SearchOutlined/>
</template>
查询
</a-button>
<a-button @click="reset">
<template #icon>
<redo-outlined/>
</template>
重置
</a-button>
</a-space>
</a-form-item>
</a-col>