Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mp-enterprise-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-enterprise-people-recruitment-h5
Commits
d69b2e18
Commit
d69b2e18
authored
Nov 04, 2024
by
李明环(东信)
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of…
Merge branch 'master' of
https://codeup.aliyun.com/62eb413b37e2c6c98549e0c9/gsh-hr-department/mp-enterprise-people-recruitment-h5
parents
b3f852e0
0b226443
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
pages.json
src/pages.json
+2
-1
index.vue
src/pages/messageList/index.vue
+1
-1
index.vue
src/pages/user/positionManagement/index.vue
+1
-0
No files found.
src/pages.json
View file @
d69b2e18
...
@@ -89,7 +89,8 @@
...
@@ -89,7 +89,8 @@
{
{
"path"
:
"pages/user/positionManagement/index"
,
"path"
:
"pages/user/positionManagement/index"
,
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
"职位管理"
"navigationBarTitleText"
:
"职位管理"
,
"navigationStyle"
:
"custom"
}
}
},
},
{
{
...
...
src/pages/messageList/index.vue
View file @
d69b2e18
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<NavBar
:showIcon=
"false"
:showTitle=
"true"
title=
"消息"
></NavBar>
<NavBar
:showIcon=
"false"
:showTitle=
"true"
title=
"消息"
></NavBar>
<scroll-view
:scroll-y=
"true"
@
scrolltolower=
"getList"
>
<scroll-view
:scroll-y=
"true"
@
scrolltolower=
"getList"
>
<view
class=
"system"
>
<view
class=
"system"
>
<view
class=
"item flex-between"
v-for=
"
(v, i)
in list"
:key=
"v.id"
@
click=
"goToDetail(v)"
>
<view
class=
"item flex-between"
v-for=
"
v
in list"
:key=
"v.id"
@
click=
"goToDetail(v)"
>
<div
class=
"img-wrap"
>
<div
class=
"img-wrap"
>
<img
v-if=
"v.iconUrl"
:src=
"v.iconUrl"
alt=
""
/>
<img
v-if=
"v.iconUrl"
:src=
"v.iconUrl"
alt=
""
/>
</div>
</div>
...
...
src/pages/user/positionManagement/index.vue
View file @
d69b2e18
<
template
>
<
template
>
<NavBar
:showIcon=
"true"
:showTitle=
"true"
title=
"职位管理"
backgroundBox=
"#FFFFFF"
></NavBar>
<view
class=
"management"
>
<view
class=
"management"
>
<view
class=
"filter flex-between"
>
<view
class=
"filter flex-between"
>
<view
<view
...
...
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