mirror of https://gitee.com/xiaonuobase/snowy
【更新】优化bizGroup的index页面
parent
3b6806be43
commit
01b02d7846
|
@ -10,8 +10,18 @@
|
||||||
<a-col :xs="24" :sm="16" :md="16" :lg="16" :xl="16">
|
<a-col :xs="24" :sm="16" :md="16" :lg="16" :xl="16">
|
||||||
<a-form-item>
|
<a-form-item>
|
||||||
<a-space>
|
<a-space>
|
||||||
<a-button type="primary" @click="tableRef.refresh()">查询</a-button>
|
<a-button type="primary" @click="tableRef.refresh(true)">
|
||||||
<a-button @click="reset">重置</a-button>
|
<template #icon>
|
||||||
|
<SearchOutlined/>
|
||||||
|
</template>
|
||||||
|
查询
|
||||||
|
</a-button>
|
||||||
|
<a-button @click="reset">
|
||||||
|
<template #icon>
|
||||||
|
<redo-outlined/>
|
||||||
|
</template>
|
||||||
|
重置
|
||||||
|
</a-button>
|
||||||
</a-space>
|
</a-space>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
Loading…
Reference in New Issue