Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
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
Administrator
dsk-cr20g
Commits
5a54763d
Commit
5a54763d
authored
Sep 21, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
19e9d8a6
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
2552 deletions
+16
-2552
dataRegion.json
dsk-operate-ui/src/assets/json/dataRegion.json
+0
-2550
CustomTimeSelect.vue
...operate-ui/src/views/macro/component/CustomTimeSelect.vue
+15
-0
index.vue
dsk-operate-ui/src/views/macro/enterprises/index.vue
+1
-1
tdjy.vue
...e-ui/src/views/macro/nationalEconomies/component/tdjy.vue
+0
-1
No files found.
dsk-operate-ui/src/assets/json/dataRegion.json
View file @
5a54763d
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/macro/component/CustomTimeSelect.vue
View file @
5a54763d
...
...
@@ -178,6 +178,21 @@ export default {
startTime
=
new
Date
(
endTime
.
getTime
()
-
3600
*
1000
*
24
*
15
)
timeStr
=
[
this
.
formatDate
(
startTime
),
this
.
formatDate
(
endTime
)]
break
;
case
'近一月'
:
startTime
=
new
Date
(
endTime
.
getTime
()
-
3600
*
1000
*
24
*
30
)
timeStr
=
[
this
.
formatDate
(
startTime
),
this
.
formatDate
(
endTime
)]
break
;
case
'近半年'
:
startTime
=
new
Date
(
endTime
.
getTime
()
-
3600
*
1000
*
24
*
180
)
timeStr
=
[
this
.
formatDate
(
startTime
),
this
.
formatDate
(
endTime
)]
break
;
case
'近一年'
:
startTime
=
new
Date
().
setFullYear
(
new
Date
().
getFullYear
()
-
1
)
if
(
this
.
dateTo
){
startTime
=
new
Date
(
this
.
dateTo
).
setFullYear
(
new
Date
(
this
.
dateTo
).
getFullYear
()
-
1
)
}
timeStr
=
[
this
.
formatDate
(
startTime
),
this
.
formatDate
(
endTime
)]
break
;
case
'近1年'
:
startTime
=
new
Date
().
setFullYear
(
new
Date
().
getFullYear
()
-
1
)
if
(
this
.
dateTo
){
...
...
dsk-operate-ui/src/views/macro/enterprises/index.vue
View file @
5a54763d
...
...
@@ -135,7 +135,7 @@ export default {
show_page
:
true
,
MaxPage
:
500
,
isSkeleton
:
true
,
timeList
:
[
'近
三天'
,
'近七天'
,
'近半月
'
,
'自定义'
],
timeList
:
[
'近
半月'
,
'近一月'
,
'近半年'
,
'近一年
'
,
'自定义'
],
timePlaceholder
:
'中标时间'
,
}
},
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/tdjy.vue
View file @
5a54763d
...
...
@@ -279,7 +279,6 @@ export default {
countLandMarketByProvince
(
params
).
then
(
res
=>
{
this
.
topState
=
false
this
.
topList
=
res
.
data
.
provinceDate
;
console
.
log
(
res
.
data
.
provinceList
,
"||||||||"
)
var
list
=
[];
if
(
res
.
data
.
provinceDate
){
for
(
var
i
=
0
;
i
<
res
.
data
.
provinceDate
.
length
;
i
++
){
...
...
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