|
@@ -65,8 +65,8 @@ const query = ref({
|
|
jobId: null
|
|
jobId: null
|
|
})
|
|
})
|
|
const selectItems = ref({
|
|
const selectItems = ref({
|
|
- label: '已发布职位',
|
|
|
|
- placeholder: '请选择已发布职位',
|
|
|
|
|
|
+ label: '招聘中职位',
|
|
|
|
+ placeholder: '请选择招聘中职位',
|
|
clearable: true,
|
|
clearable: true,
|
|
width: 600,
|
|
width: 600,
|
|
items: []
|
|
items: []
|