no message
parent
66fd389cb6
commit
381c4b7f31
|
|
@ -18,13 +18,13 @@
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<a-form-item class="smart-query-form-item smart-margin-left10">
|
<a-form-item class="smart-query-form-item smart-margin-left10">
|
||||||
<a-button-group>
|
<a-button-group>
|
||||||
<a-button type="primary" @click="onSearch">
|
<a-button type="primary" @click="onSearch" v-privilege="'support:dict:add'">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<SearchOutlined />
|
<SearchOutlined />
|
||||||
</template>
|
</template>
|
||||||
查询
|
查询
|
||||||
</a-button>
|
</a-button>
|
||||||
<a-button @click="resetQuery">
|
<a-button @click="resetQuery" v-privilege="'support:dict:add'">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<ReloadOutlined />
|
<ReloadOutlined />
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue