|
@@ -6,7 +6,7 @@
|
|
|
<Autocomplete v-model="query.status" :item="statusItem"></Autocomplete>
|
|
|
<v-btn color="primary" class="half-button ml-3" @click="handleSearch">查 询</v-btn>
|
|
|
<v-btn class="half-button ml-3" variant="outlined" color="primary" @click="handleReset">重 置</v-btn>
|
|
|
- <v-btn class="half-button ml-10" prepend-icon="mdi-refresh" variant="outlined" color="primary" @click="handleReset">刷 新</v-btn>
|
|
|
+ <v-btn class="half-button ml-10" prepend-icon="mdi-refresh" variant="outlined" color="primary" @click="handleSearch">刷 新</v-btn>
|
|
|
</div>
|
|
|
</div>
|
|
|
<v-divider class="mb-3"></v-divider>
|