|
@@ -79,8 +79,8 @@ const query = ref({
|
|
|
})
|
|
|
const positionItems = ref([])
|
|
|
|
|
|
-const jobItem = ref({ width: 300, items: positionItems, clearable: true, hireDetails: true, label: '职位' })
|
|
|
-const statusItem = ref({ width: 300, items: statusList, clearable: true, hireDetails: true, label: '面试状态' })
|
|
|
+const jobItem = ref({ width: 300, items: positionItems, clearable: true, hideDetails: true, label: '职位' })
|
|
|
+const statusItem = ref({ width: 300, items: statusList, clearable: true, hideDetails: true, label: '面试状态' })
|
|
|
|
|
|
// 获取有面试的日期列表
|
|
|
const markers = ref([])
|