提交 5bb3494f authored 作者: matian's avatar matian

修改性别默认参数以及详情打开新窗口

上级 a337bf93
...@@ -40,6 +40,12 @@ const listOptions = $computed(() => { ...@@ -40,6 +40,12 @@ const listOptions = $computed(() => {
city: '', city: '',
industry: '', industry: '',
workplace: '' workplace: ''
},
beforeRequest(params: any) {
if (params.sex === '') {
params.sex = '999'
}
return params
} }
}, },
filters: [ filters: [
...@@ -106,7 +112,7 @@ const handleFresh = () => { ...@@ -106,7 +112,7 @@ const handleFresh = () => {
</template> </template>
<template #table-operate="{ row }"> <template #table-operate="{ row }">
<el-space> <el-space>
<router-link :to="`/alumni/view?id=${row.id}`"> <router-link :to="`/alumni/view?id=${row.id}`" target="_blank">
<el-link type="primary">查看</el-link> <el-link type="primary">查看</el-link>
</router-link> </router-link>
</el-space> </el-space>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论