@@ -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 () => {