Browse Source

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

lifanagju_citu 6 months ago
parent
commit
be822d11bf
1 changed files with 1 additions and 1 deletions
  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 () => {