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
ab53d563
authored
May 29, 2020
by
e
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
updata
parent
bccec4a2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
250 additions
and
82 deletions
src/views/FlexEmployee.vue
src/views/FlexEmployeeDetial.vue
src/views/FlexEmployee.vue
View file @
ab53d563
This diff is collapsed.
Click to expand it.
src/views/FlexEmployeeDetial.vue
View file @
ab53d563
...
...
@@ -2,8 +2,8 @@
<div
class=
"fe-detial-box"
>
<div
class=
"fe-detial-top"
>
<h4>
任务报酬
</h4>
<h3>
+
8,000.22
</h3>
<p>
待发放
</p>
<h3>
+
{{
money
}}
</h3>
<p>
{{
status
}}
</p>
</div>
<div
class=
"fe-detial-bottom"
>
<div
class=
"fe-detial-bottom-title"
>
...
...
@@ -13,17 +13,31 @@
<p>
收款账户
</p>
</div>
<div
class=
"fe-detial-bottom-detial"
>
<p>
天津有米科技有限公司
</p>
<p>
市场推广-地推
</p>
<p>
2019-11-12
</p>
<p>
622254889999888900
</p>
<p>
{{
company
}}
</p>
<p>
{{
task_count
}}
</p>
<p>
{{
date
}}
</p>
<p>
{{
account
}}
</p>
</div>
</div>
</div>
</
template
>
<
script
>
export
default
{};
<
script
lang=
"ts"
>
import
{
Component
,
Vue
}
from
'vue-property-decorator'
@
Component
export
default
class
FlexEmployee
extends
Vue
{
private
money
:
number
=
9999.99
;
private
status
:
string
=
'待发放'
;
private
company
:
string
=
'天津有米科技有限公司'
;
private
task_count
:
string
=
'市场推广-地推'
;
private
date
:
string
=
'2020-5-29'
;
private
account
:
string
=
'622254889999888900'
private
toDetail
(
id
:
any
):
void
{
this
.
$router
.
push
({
name
:
'FlexEmployeeDetial'
,
query
:{
id
:
id
}})
}
};
</
script
>
<
style
lang=
"less"
>
...
...
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