Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
agcs2.0-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
liang
agcs2.0-web
Commits
a8fcf0e2
Commit
a8fcf0e2
authored
Jul 19, 2023
by
miaojiale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改时间显示
parent
69d20bd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
index.vue
src/views/dataAnalysis/index.vue
+7
-1
No files found.
src/views/dataAnalysis/index.vue
View file @
a8fcf0e2
...
...
@@ -5,7 +5,7 @@
<div
class=
"line-gredient"
>
无症状人群胃癌筛查随访数据分析
</div>
</div>
<div
class=
"over-all"
>
<div
class=
"data-time"
>
数据截止到
2022-10-20 18:00
</div>
<div
class=
"data-time"
>
数据截止到
{{
curTime
}}
</div>
<div
class=
"common-title"
>
总体概览
</div>
<div
class=
"over-box"
>
<div
class=
"over-left"
>
...
...
@@ -155,6 +155,7 @@ import Map from "./Map/index.vue"
import
PieChart
from
"
./Pie/PieChart.vue
"
import
PieChartFour
from
"
./Pie/PieChartFour.vue
"
import
PieChartTwo
from
"
./Pie/PieChartTwo.vue
"
import
dayjs
from
"
dayjs
"
import
{
screenOverview
,
unionList
,
...
...
@@ -251,10 +252,15 @@ export default {
{
value
:
0
,
name
:
"
未患癌占比
"
},
],
mapData
:
[],
curTime
:
""
,
}
},
watch
:
{},
mounted
()
{
let
currentZero
=
new
Date
().
setHours
(
0
,
0
,
0
,
0
)
// 获取当天零点
currentZero
=
currentZero
-
24
*
60
*
60
*
1000
this
.
curTime
=
dayjs
(
currentZero
).
format
(
"
YYYY/MM/DD
"
)
this
.
screenOverview
()
this
.
getUnionList
()
this
.
getSixMonthList
()
...
...
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