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
04e53923
Commit
04e53923
authored
Aug 03, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
97abc1f1
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1552 additions
and
702 deletions
+1552
-702
macro.js
dsk-operate-ui/src/api/macro/macro.js
+22
-3
sjxmfx.vue
...ui/src/views/macro/nationalEconomies/component/sjxmfx.vue
+1
-1
tdjy.vue
...e-ui/src/views/macro/nationalEconomies/component/tdjy.vue
+164
-142
zhaobiao.vue
.../src/views/macro/nationalEconomies/component/zhaobiao.vue
+726
-555
zhaobiao1.vue
...src/views/macro/nationalEconomies/component/zhaobiao1.vue
+638
-0
index.vue
dsk-operate-ui/src/views/macro/nationalEconomies/index.vue
+1
-1
No files found.
dsk-operate-ui/src/api/macro/macro.js
View file @
04e53923
...
@@ -68,6 +68,14 @@ export function countLandMarketByProvince(param) {
...
@@ -68,6 +68,14 @@ export function countLandMarketByProvince(param) {
})
})
}
}
//全国商机项目分析-全国土地交易项目年份统计
export
function
countLandMarketByYear
()
{
return
request
({
url
:
'/marketAnalysis/countLandMarketByYear'
,
method
:
'POST'
,
})
}
//全国商机项目分析-全国各地区招标统计TOP10
//全国商机项目分析-全国各地区招标统计TOP10
export
function
countNewsBidByProvince
(
param
)
{
export
function
countNewsBidByProvince
(
param
)
{
return
request
({
return
request
({
...
@@ -76,10 +84,13 @@ export function countNewsBidByProvince(param) {
...
@@ -76,10 +84,13 @@ export function countNewsBidByProvince(param) {
data
:
param
data
:
param
})
})
}
}
//全国商机项目分析-全国土地交易项目年份统计
export
function
countLandMarketByYear
()
{
//全国商机项目分析-全国公招项目统计
export
function
countNewsBidByYear
()
{
return
request
({
return
request
({
url
:
'/marketAnalysis/count
LandMarket
ByYear'
,
url
:
'/marketAnalysis/count
NewsBid
ByYear'
,
method
:
'POST'
,
method
:
'POST'
,
})
})
}
}
...
@@ -91,6 +102,14 @@ export function countBidGroupByProvince(param) {
...
@@ -91,6 +102,14 @@ export function countBidGroupByProvince(param) {
data
:
param
data
:
param
})
})
}
}
//全国商机项目分析-全国各年度招标月份统计
export
function
countNewsBidByMonth
(
param
)
{
return
request
({
url
:
'/marketAnalysis/countNewsBidByMonth'
,
method
:
'POST'
,
data
:
param
})
}
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/sjxmfx.vue
View file @
04e53923
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
import
*
as
echarts
from
'echarts'
;
import
*
as
echarts
from
'echarts'
;
import
{
countGroupByMonth
,
countGroupByProvince
,
getYear
}
from
'@/api/macro/macro'
import
{
countGroupByMonth
,
countGroupByProvince
,
getYear
}
from
'@/api/macro/macro'
import
Tdjy
from
'./tdjy'
import
Tdjy
from
'./tdjy'
import
Zhaobiao
from
'./zhaobiao'
import
Zhaobiao
from
'./zhaobiao
1
'
export
default
{
export
default
{
name
:
'NationalEconomies'
,
name
:
'NationalEconomies'
,
components
:
{
components
:
{
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/tdjy.vue
View file @
04e53923
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/macro/nationalEconomies/component/zhaobiao.vue
View file @
04e53923
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/macro/nationalEconomies/component/zhaobiao1.vue
0 → 100644
View file @
04e53923
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/macro/nationalEconomies/index.vue
View file @
04e53923
...
@@ -28,7 +28,7 @@ export default {
...
@@ -28,7 +28,7 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
activeName
:
'
second
'
activeName
:
'
first
'
}
}
},
},
created
()
{
created
()
{
...
...
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