Explorar o código

添加刷新按钮

lifanagju_citu hai 7 meses
pai
achega
69c314c1ad
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>