update 查询重置顺序调整

This commit is contained in:
赵霄
2023-11-08 10:58:57 +08:00
parent 139548621b
commit 1323edc080
8 changed files with 18 additions and 13 deletions
@@ -54,8 +54,8 @@
{{ toggleSearchStatus ? $t('putAway') : $t('open') }}
<a-icon :type="toggleSearchStatus ? 'up' : 'down'" />
</a>
<a-button type="primary" @click="searchQuery" v-has="'customComparison:search'">{{ $t('query') }}</a-button>
<a-button style="margin-left: 8px" @click="searchReset">{{ $t('reset') }}</a-button>
<a-button type="primary" @click="searchQuery" icon="search" v-has="'customComparison:search'">{{ $t('query') }}</a-button>
<a-button style="margin-left: 8px" @click="searchReset" icon="reload">{{ $t('reset') }}</a-button>
</div>
</a-row>
</a-form>