Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
frontend
/
qqxb-self-service
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
913a7cf4
authored
Jun 28, 2020
by
cocomilk2012
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update
parent
2e3559ed
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
20 deletions
src/components/common/cityList.vue
src/views/Archives.vue
src/views/Index.vue
src/views/archives/personInfo.vue
src/views/archives/workExperience.vue
src/components/common/cityList.vue
View file @
913a7cf4
...
...
@@ -95,7 +95,9 @@ export default class cityList extends Vue {
});
});
});
this
.
loading
=
false
;
setTimeout
(()
=>
{
this
.
loading
=
false
;
},
1000
);
}
onConfirm
(
values
:
any
)
{
...
...
src/views/Archives.vue
View file @
913a7cf4
...
...
@@ -80,6 +80,8 @@ export default class archives extends Vue {
this
.
$server
.
EmployeeService
.
getDispatchInfo
(
params
).
then
(
res
=>
{
this
.
query
=
res
;
this
.
isEdit
=
res
.
auditInfoStatus
;
this
.
isEdit
=
"1"
;
console
.
log
(
'this.isEdit='
,
this
.
isEdit
);
this
.
obj
=
this
.
sortKey
(
res
.
workData
,
"res.workData.workStartDate"
)[
0
];
});
}
...
...
src/views/Index.vue
View file @
913a7cf4
...
...
@@ -40,15 +40,8 @@
<img
src=
"../assets/images/ic_unfold@2x.png"
/>
</div>
<router-link
class=
"entrance"
:to=
"`/archives?ed_id=$
{ed_id}
&
sp_id=${sp_id}
&
id_no=${id_no}`"
>
<img
src=
"../assets/images/archives_icon.png"
alt=
"我的档案"
title=
"我的档案"
/>
<router-link
class=
"entrance"
:to=
"`/archives?ed_id=$
{ed_id}
&
sp_id=${sp_id}
&
id_no=${id_no}`" >
<img
src=
"../assets/images/archives_icon.png"
alt=
"我的档案"
title=
"我的档案"
/>
<div>
<h4>
我的档案
</h4>
<p>
档案已确认,如果需要更改信息请联系客服
</p>
...
...
@@ -62,10 +55,7 @@
/>
</router-link>
<router-link
class=
"entrance entrance-border"
:to=
"`/Information?ed_id=$
{ed_id}`"
>
<router-link
class=
"entrance entrance-border"
:to=
"`/Information?ed_id=$
{ed_id}`" >
<img
src=
"../assets/images/information_icon.png"
alt=
"我的资料"
...
...
@@ -83,10 +73,7 @@
/>
</router-link>
<router-link
class=
"entrance"
:to=
"`/PaySlips?sp_id=$
{sp_id}
&
id_no=371327198511175134`"
>
<router-link
class=
"entrance"
:to=
"`/PaySlips?sp_id=$
{sp_id}
&
id_no=371327198511175134`" >
<img
src=
"../assets/images/slips_icon.png"
alt=
"我的工资条"
...
...
src/views/archives/personInfo.vue
View file @
913a7cf4
...
...
@@ -4,7 +4,7 @@
<div
class=
"tip"
></div>
<div
class=
"title"
>
个人信息
</div>
<van-icon
v-if=
"this.isEdit==
0 || this.isEdit==-1
"
v-if=
"this.isEdit==
'0' || this.isEdit=='-1'
"
size=
"14px"
color=
"#E1E4EB"
name=
"arrow"
...
...
src/views/archives/workExperience.vue
View file @
913a7cf4
...
...
@@ -195,7 +195,7 @@ export default class workExperience extends Vue {
}
.lineBox
{
width
:
1px
;
height
:
1
0
0px
;
height
:
1
5
0px
;
background
:
rgba
(
225
,
228
,
235
,
1
);
margin
:
0
auto
;
}
...
...
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