Explorar el Código

导出参加招聘会职位列表展示

lifanagju_citu hace 6 meses
padre
commit
be822d11bf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/menduner/system/jobFair/white/index.vue

+ 1 - 1
src/views/menduner/system/jobFair/white/index.vue

@@ -118,7 +118,7 @@ const handleRemoveWhiteList = async (enterpriseName: string) => {
   } catch (err) {}
 }
 
-const showExport = ref(false) // 导出参加招聘会职位列表
+const showExport = ref(true) // 导出参加招聘会职位列表
 const exportLoading = ref(false) // 导出的加载中
 /** 导出按钮操作 */
 const handleExport = async () => {