提交 79825b77 authored 作者: matian's avatar matian

updates

上级 edf12d91
...@@ -36,7 +36,7 @@ const listOptions = $computed(() => { ...@@ -36,7 +36,7 @@ const listOptions = $computed(() => {
params: { params: {
project_prefix: '', project_prefix: '',
username: '', username: '',
sex: '999', sex: '',
class_id: '', class_id: '',
province: '', province: '',
city: '', city: '',
...@@ -59,8 +59,7 @@ const listOptions = $computed(() => { ...@@ -59,8 +59,7 @@ const listOptions = $computed(() => {
options: [ options: [
{ value: '0', label: '女士' }, { value: '0', label: '女士' },
{ value: '1', label: '先生' }, { value: '1', label: '先生' },
{ value: '2', label: '未知' }, { value: '2', label: '未知' }
{ value: '999', label: '全部' }
] ]
}, },
{ {
...@@ -89,8 +88,6 @@ const listOptions = $computed(() => { ...@@ -89,8 +88,6 @@ const listOptions = $computed(() => {
return '先生' return '先生'
} else if (row.row.sex === '2') { } else if (row.row.sex === '2') {
return '未知' return '未知'
} else if (row.row.sex === '999') {
return '全部'
} }
} }
}, },
......
...@@ -23,8 +23,6 @@ const sex = computed(() => { ...@@ -23,8 +23,6 @@ const sex = computed(() => {
return '先生' return '先生'
} else if (detailList.value.sex === '2') { } else if (detailList.value.sex === '2') {
return '未知' return '未知'
} else if (detailList.value.sex === '999') {
return '全部'
} }
}) })
</script> </script>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论