修改描述

This commit is contained in:
18500206848
2024-04-08 22:34:15 +08:00
parent 8a37a2e4d1
commit bcbf259dfb
2 changed files with 3 additions and 3 deletions

View File

@@ -42,10 +42,10 @@
let arrGuide = ['在线填写招工需求', '后台审核沟通发布', '平台展示招工信息']; let arrGuide = ['在线填写招工需求', '后台审核沟通发布', '平台展示招工信息'];
let arrTitle = [ let arrTitle = [
{ {
text: "发布任务", text: "发布零工任务",
id: 0 id: 0
}, { }, {
text: "发布岗位", text: "发布企业岗位",
id: 1 id: 1
} }
// , { // , {

View File

@@ -92,7 +92,7 @@
value2: '招工内容', value2: '招工内容',
pageType: null, // null 个人 enterprise 企业 pageType: null, // null 个人 enterprise 企业
fileList1: [], fileList1: [],
nonReactiveArray: ["发布任务", "发布岗位"], nonReactiveArray: ["发布零工任务", "发布企业岗位"],
activeTab: 0, activeTab: 0,
companyInfo: null, companyInfo: null,
} }