Browse Source

添加刷新按钮

lifanagju_citu 7 months ago
parent
commit
69c314c1ad
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/recruit/enterprise/interviewManagement/index.vue

+ 1 - 0
src/views/recruit/enterprise/interviewManagement/index.vue

@@ -6,6 +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>
       </div>
     </div>
     <v-divider class="mb-3"></v-divider>