|
@@ -1,8 +1,5 @@
|
|
<template>
|
|
<template>
|
|
<commonStyle btnTitle="求职类型" :close-on-content-click="false" v-if="show">
|
|
<commonStyle btnTitle="求职类型" :close-on-content-click="false" v-if="show">
|
|
- <!-- <v-list :items="items" item-title="label" item-value="value" open-strategy="multiple">
|
|
|
|
- </v-list> -->
|
|
|
|
- <!-- \ -->
|
|
|
|
<v-list>
|
|
<v-list>
|
|
<v-list-item
|
|
<v-list-item
|
|
color="primary"
|
|
color="primary"
|
|
@@ -19,11 +16,9 @@
|
|
import commonStyle from './commonStyle.vue'
|
|
import commonStyle from './commonStyle.vue'
|
|
import { getDict } from '@/hooks/web/useDictionaries'
|
|
import { getDict } from '@/hooks/web/useDictionaries'
|
|
import { ref, defineEmits, inject } from 'vue';
|
|
import { ref, defineEmits, inject } from 'vue';
|
|
-// import { useRoute } from 'vue-router';
|
|
|
|
|
|
|
|
defineOptions({name: 'conditionFilter-JobType'})
|
|
defineOptions({name: 'conditionFilter-JobType'})
|
|
const emits = defineEmits(['inputChange'])
|
|
const emits = defineEmits(['inputChange'])
|
|
-// const route = useRoute()
|
|
|
|
let show = ref(false)
|
|
let show = ref(false)
|
|
let items = ref()
|
|
let items = ref()
|
|
const selectedItems = ref([])
|
|
const selectedItems = ref([])
|