Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
罗超
confucius
Commits
8347a610
Commit
8347a610
authored
Dec 28, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e9b7d58f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
16 deletions
+21
-16
bonus.vue
src/components/work/bonus.vue
+2
-2
commission.vue
src/components/work/commission.vue
+8
-7
sell.vue
src/components/work/sell.vue
+11
-7
No files found.
src/components/work/bonus.vue
View file @
8347a610
...
...
@@ -205,13 +205,11 @@
this
.
tab
=
1
this
.
elDateType
=
"month"
this
.
elDatePlaceholder
=
"选择月"
this
.
date
=
""
this
.
qMsg
.
Type
=
1
;
}
else
if
(
type
==
2
)
{
this
.
tab
=
2
this
.
elDateType
=
"year"
this
.
elDatePlaceholder
=
"选择年"
this
.
date
=
""
this
.
qMsg
.
Type
=
2
;
}
this
.
research
();
...
...
@@ -389,6 +387,8 @@
background-color
:
#F2F4F7
!
important
;
color
:
#2961FE
!
important
;
border
:
none
!
important
;
font-size
:
14px
!
important
;
padding-right
:
15px
!
important
;
}
::v-deep
.el-input__prefix
,
...
...
src/components/work/commission.vue
View file @
8347a610
...
...
@@ -400,11 +400,10 @@
height
:
20px
;
margin
:
10px
auto
;
border-radius
:
2px
;
// overflow: hidden;
.progress-tag
{
text-align
:
center
;
font-size
:
12px
;
font-size
:
0
.62vw
;
line-height
:
20px
;
color
:
#FFFFFF
;
}
...
...
@@ -425,7 +424,7 @@
border-radius
:
6px
;
.statistic-price
{
font-size
:
30px
;
font-size
:
1
.56vw
;
color
:
#404040
;
font-weight
:
700
;
// text-align: center;
...
...
@@ -433,16 +432,16 @@
.before
{
font-weight
:
300
;
font-size
:
20px
;
font-size
:
1vw
;
}
.after
{
font-size
:
20px
;
font-size
:
1vw
;
}
}
.statistic-name
{
font-size
:
14px
;
font-size
:
0
.72vw
;
color
:
#999999
;
text-align
:
center
;
}
...
...
@@ -463,6 +462,8 @@
background-color
:
#F2F4F7
!
important
;
color
:
#2961FE
!
important
;
border
:
none
!
important
;
font-size
:
14px
!
important
;
padding-right
:
15px
!
important
;
}
::v-deep
.el-input__prefix
,
...
...
@@ -507,7 +508,7 @@
justify-content
:
center
;
align-items
:
center
;
color
:
#666666
;
font-size
:
12px
;
font-size
:
0
.62vw
;
font-family
:
PingFang
SC
;
border-radius
:
7px
;
line-height
:
12px
;
...
...
src/components/work/sell.vue
View file @
8347a610
...
...
@@ -7,7 +7,8 @@
<div
class=
"sell-title"
>
市场/销售
</div>
</div>
</div>
<VueApexCharts
width=
"100%"
height=
"105"
:options=
"chartOptions"
:series=
"series"
ref=
"apex"
v-if=
"sellBlock!==2"
>
<VueApexCharts
width=
"100%"
height=
"105"
:options=
"chartOptions"
:series=
"series"
ref=
"apex"
v-if=
"sellBlock!==2"
>
</VueApexCharts>
</div>
<div
class=
"bottom flex justify-between content-between"
>
...
...
@@ -265,7 +266,10 @@
}
this
.
series
[
0
].
data
.
push
(
obj
)
})
setTimeout
(()
=>
{
this
.
$refs
.
apex
.
updateSeries
(
this
.
series
)
},
100
)
}
}
};
...
...
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