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
7c89cffb
authored
Jun 23, 2020
by
cocomilk2012
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update
parent
a2319300
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/FlexEmployee.vue
src/views/FlexEmployee.vue
View file @
7c89cffb
...
@@ -36,11 +36,11 @@
...
@@ -36,11 +36,11 @@
position=
"bottom"
position=
"bottom"
:style=
"popupStyle"
:style=
"popupStyle"
>
>
<div
class=
"close-box"
>
<div
class=
"close-box"
@
click=
"expand_click"
>
<img
src=
"../assets/images/ic_unfold@2x.png"
/>
<img
src=
"../assets/images/ic_unfold@2x.png"
/>
</div>
</div>
<div
class=
"green-bg"
>
<div
class=
"green-bg"
>
<div
class=
"fe-list-box"
@
click=
"expand_click"
>
<div
class=
"fe-list-box"
>
<div
class=
"fe-list-title"
>
<div
class=
"fe-list-title"
>
<h3>
任务记录
</h3>
<h3>
任务记录
</h3>
</div>
</div>
...
@@ -117,7 +117,7 @@ export default class FlexEmployee extends Vue {
...
@@ -117,7 +117,7 @@ export default class FlexEmployee extends Vue {
get
popupStyle
()
{
get
popupStyle
()
{
if
(
this
.
expand
)
{
if
(
this
.
expand
)
{
return
{
height
:
"6
6
%"
};
return
{
height
:
"6
3
%"
};
}
else
{
}
else
{
return
{
height
:
"86%"
};
return
{
height
:
"86%"
};
}
}
...
@@ -147,7 +147,6 @@ export default class FlexEmployee extends Vue {
...
@@ -147,7 +147,6 @@ export default class FlexEmployee extends Vue {
this
.
name
=
localStorage
.
getItem
(
"name"
)
as
string
;
this
.
name
=
localStorage
.
getItem
(
"name"
)
as
string
;
this
.
birthday
=
localStorage
.
getItem
(
"birthday"
)
as
string
;
this
.
birthday
=
localStorage
.
getItem
(
"birthday"
)
as
string
;
const
idNo
=
window
.
atob
(
decodeURI
(
String
(
this
.
$route
.
query
.
id_no
)));
const
idNo
=
window
.
atob
(
decodeURI
(
String
(
this
.
$route
.
query
.
id_no
)));
console
.
log
(
"idNo="
,
idNo
);
let
params
=
{
let
params
=
{
idNo
:
idNo
//371327198511175134
idNo
:
idNo
//371327198511175134
};
};
...
@@ -334,6 +333,7 @@ export default class FlexEmployee extends Vue {
...
@@ -334,6 +333,7 @@ export default class FlexEmployee extends Vue {
width
:
100%
;
width
:
100%
;
height
:
24px
;
height
:
24px
;
padding-top
:
10px
;
padding-top
:
10px
;
padding-bottom
:
10px
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.close-box
img
{
.close-box
img
{
...
...
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