Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
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
office
haoban-3
Commits
cb719dab
Commit
cb719dab
authored
Jul 25, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 字段调整
parent
986220ff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
area-progress.vue
src/components/login-data/area-progress.vue
+3
-3
dailyRecord.vue
src/views/apps/cloudDaily/dailyRecord.vue
+1
-1
No files found.
src/components/login-data/area-progress.vue
View file @
cb719dab
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<div>
<div>
<div
class=
"flex flex-space-between"
>
<div
class=
"flex flex-space-between"
>
<span
class=
"font-12 color-fff"
>
{{
item
.
storeGroupName
}}
</span
<span
class=
"font-12 color-fff"
>
{{
item
.
storeGroupName
}}
</span
><span
class=
"font-12 color-fff p-l-40"
>
登录率:
{{
item
.
loginRate
}}
</span>
><span
class=
"font-12 color-fff p-l-40"
>
登录率:
{{
item
.
loginRate
String
}}
</span>
</div>
</div>
<div
class=
"m-t-10"
>
<div
class=
"m-t-10"
>
<span
class=
"process-tip-dot bg-e6ecfa"
></span>
<span
class=
"font-12 color-fff"
>
员工人数:
</span>
<span
class=
"font-12 color-fff"
>
{{
item
.
totalClerkCnt
}}
</span>
<span
class=
"process-tip-dot bg-e6ecfa"
></span>
<span
class=
"font-12 color-fff"
>
员工人数:
</span>
<span
class=
"font-12 color-fff"
>
{{
item
.
totalClerkCnt
}}
</span>
...
@@ -33,8 +33,8 @@
...
@@ -33,8 +33,8 @@
</div>
</div>
<div
class=
"people-total"
>
<div
class=
"people-total"
>
<div
class=
"flex people-total-bg"
>
<div
class=
"flex people-total-bg"
>
<div
class=
"login-total"
:style=
"
{ width: item.loginRate }">
</div>
<div
class=
"login-total"
:style=
"
{ width: item.loginRate
String
}">
</div>
<div
class=
"login-rate"
:style=
"
{ left: item.loginRate
}">
{{
item
.
loginRate
}}
</div>
<div
class=
"login-rate"
:style=
"
{ left: item.loginRate
String }">
{{
item
.
loginRateString
}}
</div>
</div>
</div>
</div>
</div>
</el-tooltip>
</el-tooltip>
...
...
src/views/apps/cloudDaily/dailyRecord.vue
View file @
cb719dab
...
@@ -418,7 +418,7 @@ export default {
...
@@ -418,7 +418,7 @@ export default {
},
},
mounted
()
{
mounted
()
{
let
start
=
new
Date
();
let
start
=
new
Date
();
start
=
new
Date
(
start
.
setMonth
(
start
.
getMonth
()
-
3
));
start
=
new
Date
(
start
.
setMonth
(
start
.
getMonth
()
-
1
));
const
end
=
new
Date
();
const
end
=
new
Date
();
const
startDate
=
[];
const
startDate
=
[];
const
endDate
=
[];
const
endDate
=
[];
...
...
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