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
@@ -11,7 +11,6 @@
</a-col>
<a-col :md="6" :sm="8">
<span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
<a-button type="primary" @click="searchReset" icon="reload" ghost>{{ $t('reset') }}</a-button>
<a-button type="primary"
@click="searchQuery"
icon="search"
@@ -19,6 +18,7 @@
v-has="'dynamicMessage:search'">
{{ $t('query') }}
</a-button>
<a-button type="primary" @click="searchReset" icon="reload" ghost>{{ $t('reset') }}</a-button>
</span>
</a-col>
</a-row>
@@ -87,7 +87,6 @@
<a-col :md="6" :sm="8">
<div style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
<a-button type="primary" @click="searchReset" icon="reload" ghost>{{ $t('reset') }}</a-button>
<a-button type="primary"
@click="searchQuery"
icon="search"
@@ -95,6 +94,7 @@
v-has="'profileCenter:table'">
{{ $t('query') }}
</a-button>
<a-button type="primary" @click="searchReset" icon="reload" ghost>{{ $t('reset') }}</a-button>
</div>
</a-col>
</a-row>