瀏覽代碼

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

lifanagju_citu 6 月之前
父節點
當前提交
be822d11bf
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {}
   } catch (err) {}
 }
 }
 
 
-const showExport = ref(false) // 导出参加招聘会职位列表
+const showExport = ref(true) // 导出参加招聘会职位列表
 const exportLoading = ref(false) // 导出的加载中
 const exportLoading = ref(false) // 导出的加载中
 /** 导出按钮操作 */
 /** 导出按钮操作 */
 const handleExport = async () => {
 const handleExport = async () => {