Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mp-customer-people-recruitment-h5
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭佳妮(贵阳日报)
mp-customer-people-recruitment-h5
Commits
6c93aaae
Commit
6c93aaae
authored
Nov 04, 2024
by
陈宗胤(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
parent
f7c016a0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
6 deletions
+8
-6
pages.json
src/pages.json
+1
-1
index.vue
src/pages/dynamic/index.vue
+1
-1
index.vue
src/pages/postionList/positionDetails/index.vue
+2
-1
index.vue
src/pages/user/deliveryFeedback/index.vue
+2
-1
index.vue
src/pages/user/resume/essentialInformation/index.vue
+0
-0
index.vue
src/pages/user/resume/index.vue
+2
-2
No files found.
src/pages.json
View file @
6c93aaae
...
@@ -245,7 +245,7 @@
...
@@ -245,7 +245,7 @@
"pagePath"
:
"pages/postionList/index"
,
"pagePath"
:
"pages/postionList/index"
,
"iconPath"
:
"static/image/tabBar/home.png"
,
"iconPath"
:
"static/image/tabBar/home.png"
,
"selectedIconPath"
:
"static/image/tabBar/homeActive.png"
,
"selectedIconPath"
:
"static/image/tabBar/homeActive.png"
,
"text"
:
"
首页
"
"text"
:
"
求职
"
},
},
{
{
"pagePath"
:
"pages/policy/index"
,
"pagePath"
:
"pages/policy/index"
,
...
...
src/pages/dynamic/index.vue
View file @
6c93aaae
...
@@ -19,7 +19,7 @@ import articleList from "@/components/articleList/index.vue";
...
@@ -19,7 +19,7 @@ import articleList from "@/components/articleList/index.vue";
import
{
getArticleListApi
,
getArticleTypesApi
}
from
"@/api/article.js"
;
import
{
getArticleListApi
,
getArticleTypesApi
}
from
"@/api/article.js"
;
import
{
reactive
,
ref
}
from
"vue"
;
import
{
reactive
,
ref
}
from
"vue"
;
const
active
=
ref
(
""
);
const
active
=
ref
(
""
);
const
typeList
=
ref
([{
id
:
""
,
name
:
"全部"
},{
id
:
-
1
,
name
:
"招聘会"
}]);
const
typeList
=
ref
([{
id
:
-
1
,
name
:
"招聘会"
}]);
getArticleTypesApi
(
2
).
then
(
res
=>
{
getArticleTypesApi
(
2
).
then
(
res
=>
{
typeList
.
value
.
push
(...
res
.
data
);
typeList
.
value
.
push
(...
res
.
data
);
});
});
...
...
src/pages/postionList/positionDetails/index.vue
View file @
6c93aaae
...
@@ -36,7 +36,8 @@
...
@@ -36,7 +36,8 @@
<view
class=
"experience-and-education flex-align-center"
>
<view
class=
"experience-and-education flex-align-center"
>
<view
class=
"flex-align-center"
>
<view
class=
"flex-align-center"
>
<img
src=
"@/static/image/postion/experience.png"
alt=
""
/>
<img
src=
"@/static/image/postion/experience.png"
alt=
""
/>
<text>
{{
partTimeJobData
.
minAgeRequirement
}}
-
{{
partTimeJobData
.
maxAgeRequirement
}}
</text>
<text
v-if=
"partTimeJobData.minAgeRequirement>0"
>
{{
partTimeJobData
.
minAgeRequirement
}}
-
{{
partTimeJobData
.
maxAgeRequirement
}}
</text>
<text
v-else
>
不限
</text>
</view>
</view>
<view
class=
"flex-align-center"
>
<view
class=
"flex-align-center"
>
<img
src=
"@/static/image/postion/education.png"
alt=
""
/>
<img
src=
"@/static/image/postion/education.png"
alt=
""
/>
...
...
src/pages/user/deliveryFeedback/index.vue
View file @
6c93aaae
...
@@ -38,7 +38,8 @@
...
@@ -38,7 +38,8 @@
<view
class=
"pos-card"
>
<view
class=
"pos-card"
>
<view
class=
"pos-name flex-between"
>
<view
class=
"pos-name flex-between"
>
<text
class=
"name"
>
{{
postionData
.
position
.
name
}}
</text>
<text
class=
"name"
>
{{
postionData
.
position
.
name
}}
</text>
<view>
{{
postionData
.
position
.
minSalary
<
1000
?
postionData
.
position
.
minSalary
:
postionData
.
position
.
minSalary
/
1000
+
'k'
}}
-
{{
postionData
.
position
.
maxSalary
<
1000
?
postionData
.
position
.
maxSalary
:
postionData
.
position
.
maxSalary
/
1000
+
'k'
}}
<text>
/
{{
postionData
.
company
}}
</text></view>
<view
v-if=
"postionData.position.minSalary>0"
>
{{
postionData
.
position
.
minSalary
<
1000
?
postionData
.
position
.
minSalary
:
postionData
.
position
.
minSalary
/
1000
+
'k'
}}
-
{{
postionData
.
position
.
maxSalary
<
1000
?
postionData
.
position
.
maxSalary
:
postionData
.
position
.
maxSalary
/
1000
+
'k'
}}
<text>
/
{{
postionData
.
company
}}
</text></view>
<view
v-else
class=
"salary2"
>
面议
</view>
</view>
</view>
<view
class=
"com-name"
>
{{
postionData
.
position
.
companyName
}}
</view>
<view
class=
"com-name"
>
{{
postionData
.
position
.
companyName
}}
</view>
<view
class=
"tags"
>
<view
class=
"tags"
>
...
...
src/pages/user/resume/essentialInformation/index.vue
View file @
6c93aaae
This diff is collapsed.
Click to expand it.
src/pages/user/resume/index.vue
View file @
6c93aaae
...
@@ -43,11 +43,11 @@
...
@@ -43,11 +43,11 @@
</view>
</view>
<view
class=
"information"
>
<view
class=
"information"
>
<text
class=
"label"
>
专业技术职称
</text>
<text
class=
"label"
>
专业技术职称
</text>
<text
class=
"value"
>
{{
resumeData
.
positionalTitle
.
split
(
'-'
)[
1
]
===
'undefined'
?
'无'
:
resumeData
.
positionalTitle
}}
</text>
<text
class=
"value"
>
{{
resumeData
.
positionalTitle
||
'无'
}}
</text>
</view>
</view>
<view
class=
"information"
>
<view
class=
"information"
>
<text
class=
"label"
>
职业资格/技能等级证书
</text>
<text
class=
"label"
>
职业资格/技能等级证书
</text>
<text
class=
"value"
>
{{
resumeData
.
professionalCertificates
.
split
(
'-'
)[
1
]
===
'undefined'
?
'无'
:
resumeData
.
professionalCertificates
||
'无'
}}
</text>
<text
class=
"value"
>
{{
resumeData
.
professionalCertificates
||
'无'
}}
</text>
</view>
</view>
<view
class=
"information"
>
<view
class=
"information"
>
<text
class=
"label"
>
特种作业证
</text>
<text
class=
"label"
>
特种作业证
</text>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment