diff --git a/src/views/company/desc/desc.vue b/src/views/company/desc/desc.vue
index 1da1e25..d4360ef 100644
--- a/src/views/company/desc/desc.vue
+++ b/src/views/company/desc/desc.vue
@@ -3,7 +3,7 @@
- 企业信息
+ 用工单位信息
添加企业信息让用户更生动地了解公司吧~添加用工单位信息让用户更生动地了解公司吧~
diff --git a/src/views/manage/company/companyCheck.vue b/src/views/manage/company/companyCheck.vue
index bee9785..ac4910e 100644
--- a/src/views/manage/company/companyCheck.vue
+++ b/src/views/manage/company/companyCheck.vue
@@ -115,7 +115,7 @@ export default {
labelWidth: 120,
group: [
{
- label: "企业信息",
+ label: "用工单位信息",
column: [
{
type: "select",
diff --git a/src/views/manage/company/examineDialog/ExamineDialog.vue b/src/views/manage/company/examineDialog/ExamineDialog.vue
index 44ee747..7a70a83 100644
--- a/src/views/manage/company/examineDialog/ExamineDialog.vue
+++ b/src/views/manage/company/examineDialog/ExamineDialog.vue
@@ -20,7 +20,7 @@
-
+
diff --git a/src/views/manage/company/examineDialog/ExamineDialogSus.vue b/src/views/manage/company/examineDialog/ExamineDialogSus.vue
index 0c51d5f..61dd96b 100644
--- a/src/views/manage/company/examineDialog/ExamineDialogSus.vue
+++ b/src/views/manage/company/examineDialog/ExamineDialogSus.vue
@@ -21,7 +21,7 @@
-
+
diff --git a/src/views/tenant/mission/Dialog/CopyMission.vue b/src/views/tenant/mission/Dialog/CopyMission.vue
index 3c1fb28..da38dc8 100644
--- a/src/views/tenant/mission/Dialog/CopyMission.vue
+++ b/src/views/tenant/mission/Dialog/CopyMission.vue
@@ -573,7 +573,7 @@ export default {
],
},
{
- label: "企业信息",
+ label: "用工单位信息",
prop: "contactsRequire",
arrow: false,
column: [
@@ -590,12 +590,12 @@ export default {
span: 12,
},
{
- label: "企业信用代码",
+ label: "单位信用代码",
prop: "missionCompanyScale",
rules: [
{
required: true,
- message: "请输入企业信用代码",
+ message: "请输入单位信用代码",
trigger: "blur",
},
],
@@ -620,7 +620,7 @@ export default {
span: 12,
},
{
- label: "企业性质",
+ label: "单位性质",
prop: "missionCompanyNature",
type: 'select',
dicUrl: "/api/jobslink-api/system/dict-biz/dictionary?code=company_nature",
@@ -631,20 +631,20 @@ export default {
rules: [
{
required: true,
- message: "请输入企业性质",
+ message: "请输入单位性质",
trigger: "blur",
},
],
span: 12,
},
{
- label: "企业介绍",
+ label: "单位介绍",
prop: "missionCompanyDescription",
type: "textarea",
rules: [
{
required: true,
- message: "请输入企业介绍",
+ message: "请输入单位介绍",
trigger: "blur",
},
{
@@ -654,7 +654,7 @@ export default {
trigger: "blur",
},
],
- placeholder: "请输入企业介绍,字数30-200字以内",
+ placeholder: "请输入单位介绍,字数30-200字以内",
span: 24,
maxlength: 200,
showWordLimit: true,
diff --git a/src/views/tenant/works/Dialog/CopyMission.vue b/src/views/tenant/works/Dialog/CopyMission.vue
index 81ddcea..0aa7670 100644
--- a/src/views/tenant/works/Dialog/CopyMission.vue
+++ b/src/views/tenant/works/Dialog/CopyMission.vue
@@ -701,7 +701,7 @@ export default {
],
},
{
- label: "企业信息",
+ label: "用工单位信息",
prop: "contactsRequire",
arrow: false,
column: [
@@ -718,12 +718,12 @@ export default {
span: 12,
},
{
- label: "企业信用代码",
+ label: "单位信用代码",
prop: "jobCompanyScale",
rules: [
{
required: true,
- message: "请输入企业信用代码",
+ message: "请输入单位信用代码",
trigger: "blur",
},
],
@@ -743,7 +743,7 @@ export default {
},
{
prop: "jobCompanyNature",
- label: "企业性质",
+ label: "单位性质",
type: 'select',
dicUrl: "/api/jobslink-api/system/dict-biz/dictionary?code=company_nature",
props: {
@@ -753,20 +753,20 @@ export default {
rules: [
{
required: true,
- message: "请输入企业性质",
+ message: "请输入单位性质",
trigger: "blur",
},
],
span: 12,
},
{
- label: "企业介绍",
+ label: "单位介绍",
prop: "jobCompanyDescription",
type: "textarea",
rules: [
{
required: true,
- message: "请输入企业介绍",
+ message: "请输入单位介绍",
trigger: "blur",
},
{
@@ -776,7 +776,7 @@ export default {
trigger: "blur",
},
],
- placeholder: "请输入企业介绍,字数30-200字以内",
+ placeholder: "请输入单位介绍,字数30-200字以内",
span: 24,
maxlength: 200,
showWordLimit: true,
diff --git a/src/views/util/mission-view.vue b/src/views/util/mission-view.vue
index 483a1a2..7e9568b 100644
--- a/src/views/util/mission-view.vue
+++ b/src/views/util/mission-view.vue
@@ -113,7 +113,7 @@
@@ -124,13 +124,13 @@
- {{
+ {{
model.missionCompanyScale
}}
- {{
+ {{
model.missionCompanyNature
}}
@@ -144,7 +144,7 @@
- {{
+ {{
model.missionCompanyDescription
}}
diff --git a/src/views/util/post-view.vue b/src/views/util/post-view.vue
index 45b2a71..eed25e9 100644
--- a/src/views/util/post-view.vue
+++ b/src/views/util/post-view.vue
@@ -104,7 +104,7 @@
@@ -114,12 +114,12 @@
}}
- {{
+ {{
model.jobCompanyScale
}}
- {{
+ {{
model.jobCompanyNature
}}
@@ -131,7 +131,7 @@
- {{
+ {{
model.jobCompanyDescription
}}
diff --git a/src/views/util/work-view.vue b/src/views/util/work-view.vue
index a87a393..df06247 100644
--- a/src/views/util/work-view.vue
+++ b/src/views/util/work-view.vue
@@ -119,7 +119,7 @@
@@ -130,13 +130,13 @@
- {{
+ {{
model.jobCompanyScale
}}
- {{
+ {{
model.jobCompanyNature
}}
@@ -150,7 +150,7 @@
- {{
+ {{
model.jobCompanyDescription
}}
diff --git a/src/views/wel/cards/authSteps/index.vue b/src/views/wel/cards/authSteps/index.vue
index d3f765f..543d885 100644
--- a/src/views/wel/cards/authSteps/index.vue
+++ b/src/views/wel/cards/authSteps/index.vue
@@ -4,7 +4,7 @@