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
bc4cb2a2
Commit
bc4cb2a2
authored
Jun 14, 2023
by
远方不远
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hy
parent
73d93455
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
4 deletions
+13
-4
radar.js
dsk-operate-ui/src/api/radar/radar.js
+10
-1
index.vue
dsk-operate-ui/src/views/radar/index.vue
+3
-3
No files found.
dsk-operate-ui/src/api/radar/radar.js
View file @
bc4cb2a2
...
@@ -7,4 +7,13 @@ let importData= function importData(param) {
...
@@ -7,4 +7,13 @@ let importData= function importData(param) {
data
:
param
data
:
param
})
})
}
}
export
default
{
importData
}
// 查询条件字段
\ No newline at end of file
let
searchDic
=
function
searchDic
(
param
)
{
return
request
({
url
:
'https://files.jiansheku.com/file/json/common/searchDic.json'
,
method
:
'get'
,
})
}
export
default
{
importData
,
searchDic
}
\ No newline at end of file
dsk-operate-ui/src/views/radar/index.vue
View file @
bc4cb2a2
...
@@ -50,13 +50,13 @@
...
@@ -50,13 +50,13 @@
// tablist
// tablist
personnelList
:
[{
personnelList
:
[{
key
:
'debtProject'
,
key
:
'debtProject'
,
status
:
fals
e
,
status
:
tru
e
,
value
:
'企业专项债项目'
,
value
:
'企业专项债项目'
,
},
},
{
{
key
:
'Land'
,
key
:
'Land'
,
status
:
tru
e
,
status
:
fals
e
,
value
:
'土地交易'
,
value
:
'土地交易'
,
},
},
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
},
},
],
],
personnelHerf
:
'
Land
'
personnelHerf
:
'
debtProject
'
}
}
},
},
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