|
@@ -52,7 +52,6 @@
|
|
// 沟通过
|
|
// 沟通过
|
|
defineOptions({ name: 'position-communication' })
|
|
defineOptions({ name: 'position-communication' })
|
|
import { ref } from 'vue'
|
|
import { ref } from 'vue'
|
|
-// import { dealDictArrayData, dealDictObjData } from '@/utils/position'
|
|
|
|
import Empty from '@/components/Empty'
|
|
import Empty from '@/components/Empty'
|
|
|
|
|
|
const props = defineProps({
|
|
const props = defineProps({
|
|
@@ -61,56 +60,9 @@ const props = defineProps({
|
|
default: 0
|
|
default: 0
|
|
}
|
|
}
|
|
})
|
|
})
|
|
|
|
+const list = ref([])
|
|
|
|
|
|
-// const items = ref([])
|
|
|
|
-// const page = ref({
|
|
|
|
-// pageNo: 1,
|
|
|
|
-// pageSize: 10
|
|
|
|
-// })
|
|
|
|
-const list = ref([
|
|
|
|
- // {
|
|
|
|
- // contact: {
|
|
|
|
- // name: '肖女士',
|
|
|
|
- // avatars: 'https://cdn.vuetifyjs.com/images/john.jpg',
|
|
|
|
- // postNameCn: '人事经理'
|
|
|
|
- // },
|
|
|
|
- // name: '前端开发工程师',
|
|
|
|
- // areaName: '北京·石景山区·八大处',
|
|
|
|
- // payFrom: 15,
|
|
|
|
- // payTo: 18,
|
|
|
|
- // expName: '3-5年',
|
|
|
|
- // eduName: '本科',
|
|
|
|
- // active: false,
|
|
|
|
- // enterprise: {
|
|
|
|
- // name: '广州辞图科技有限公司',
|
|
|
|
- // industryName: '互联网',
|
|
|
|
- // scaleName: '0-20人',
|
|
|
|
- // financingName: '未融资'
|
|
|
|
- // }
|
|
|
|
- // },
|
|
|
|
- // {
|
|
|
|
- // contact: {
|
|
|
|
- // name: '肖女士',
|
|
|
|
- // avatars: 'https://cdn.vuetifyjs.com/images/john.jpg',
|
|
|
|
- // postNameCn: '人事经理'
|
|
|
|
- // },
|
|
|
|
- // name: '前端开发工程师',
|
|
|
|
- // areaName: '北京·石景山区·八大处',
|
|
|
|
- // payFrom: 15,
|
|
|
|
- // payTo: 18,
|
|
|
|
- // expName: '3-5年',
|
|
|
|
- // eduName: '本科',
|
|
|
|
- // active: false,
|
|
|
|
- // enterprise: {
|
|
|
|
- // name: '广州辞图科技有限公司',
|
|
|
|
- // industryName: '互联网',
|
|
|
|
- // scaleName: '0-20人',
|
|
|
|
- // financingName: '未融资'
|
|
|
|
- // }
|
|
|
|
- // }
|
|
|
|
-])
|
|
|
|
-
|
|
|
|
-const desc = ['industryName', 'financingName', 'scaleName']
|
|
|
|
|
|
+const desc = ['industryName', 'scaleName']
|
|
|
|
|
|
const handleMouseEnter = (val) => {
|
|
const handleMouseEnter = (val) => {
|
|
if (props.tab !==3 ) val.active = true
|
|
if (props.tab !==3 ) val.active = true
|