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
84475f50
Commit
84475f50
authored
May 31, 2023
by
远方不远
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hy
parent
6508560e
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1448 additions
and
7 deletions
+1448
-7
public.css
dsk-operate-ui/src/assets/styles/public.css
+1
-1
details.vue
dsk-operate-ui/src/views/radar/Land/details.vue
+5
-4
index.vue
...ate-ui/src/views/radar/components/Establishment/index.vue
+1435
-0
index.vue
dsk-operate-ui/src/views/radar/index.vue
+7
-2
No files found.
dsk-operate-ui/src/assets/styles/public.css
View file @
84475f50
...
@@ -306,7 +306,7 @@ select {
...
@@ -306,7 +306,7 @@ select {
.el-dropdown-land
.el-icon-caret-bottom
{
.el-dropdown-land
.el-icon-caret-bottom
{
color
:
#333333
;
color
:
#333333
;
margin-left
:
4
px
;
margin-left
:
2
px
;
}
}
.land_date_picker
{
.land_date_picker
{
...
...
dsk-operate-ui/src/views/radar/Land/details.vue
View file @
84475f50
...
@@ -519,7 +519,8 @@
...
@@ -519,7 +519,8 @@
padding-left
:
12px
;
padding-left
:
12px
;
font-size
:
12px
;
font-size
:
12px
;
}
}
.span-one
{
.span-one
{
width
:
90%
;
width
:
90%
;
}
}
...
...
dsk-operate-ui/src/views/radar/components/Establishment/index.vue
0 → 100644
View file @
84475f50
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/radar/index.vue
View file @
84475f50
...
@@ -13,8 +13,12 @@
...
@@ -13,8 +13,12 @@
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 企业专项债 -->
<debtProject
v-if=
"personnelHerf=='debtProject'"
/>
<debtProject
v-if=
"personnelHerf=='debtProject'"
/>
<!-- 土地交易 -->
<Land
v-if=
"personnelHerf=='Land'"
/>
<Land
v-if=
"personnelHerf=='Land'"
/>
<!-- 拟建项目 -->
<Establishment
v-if=
"personnelHerf=='Establishment'"
/>
</div>
</div>
...
@@ -22,10 +26,11 @@
...
@@ -22,10 +26,11 @@
<
script
>
<
script
>
import
debtProject
from
"./components/debtProject/index.vue"
;
import
debtProject
from
"./components/debtProject/index.vue"
;
import
Land
from
"./components/Land/index.vue"
;
import
Land
from
"./components/Land/index.vue"
;
import
Establishment
from
"./components/Establishment/index.vue"
;
import
"@/assets/styles/public.css"
;
import
"@/assets/styles/public.css"
;
export
default
{
export
default
{
name
:
'radar'
,
name
:
'radar'
,
components
:
{
debtProject
,
Land
},
components
:
{
debtProject
,
Land
,
Establishment
},
data
()
{
data
()
{
return
{
return
{
// tablist
// tablist
...
@@ -42,7 +47,7 @@
...
@@ -42,7 +47,7 @@
},
},
{
{
key
:
'
KeyPersonnel
'
,
key
:
'
Establishment
'
,
status
:
false
,
status
:
false
,
value
:
'拟建项目'
,
value
:
'拟建项目'
,
...
...
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