flat:个人 》个体

This commit is contained in:
Apcallover
2024-03-13 09:35:02 +08:00
parent b17d44c99b
commit 0b91c24484
8 changed files with 578 additions and 578 deletions

View File

@@ -82,7 +82,7 @@
import CustomTabbar from '@/components/CustomTabbar/custom_tabbar.vue'
import Task from './task.vue' // 发布任务
import Work from './work.vue' // 发布岗位
import Person from './person.vue' // 个招工
import Person from './person.vue' // 个招工
import { mapState } from 'vuex'
export default {
components: {CustomTabbar, CustomNavbar, Task, Work, Person},
@@ -91,7 +91,7 @@
value2: '招工内容',
pageType: null, // null 个人 enterprise 企业
fileList1: [],
nonReactiveArray: ["发布任务", "发布岗位", "个招工"],
nonReactiveArray: ["发布任务", "发布岗位", "个招工"],
activeTab: 0,
}
},