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
4d95f73c
Commit
4d95f73c
authored
Aug 29, 2023
by
yht15023815643
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
重点项目清单
parent
1593724c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
index.vue
dsk-operate-ui/src/views/radar/index.vue
+12
-2
No files found.
dsk-operate-ui/src/views/radar/index.vue
View file @
4d95f73c
...
@@ -14,6 +14,8 @@
...
@@ -14,6 +14,8 @@
</div>
</div>
<p
class=
"solid"
></p>
<p
class=
"solid"
></p>
</div>
</div>
<!-- 重点项目清单 -->
<MajorProject
v-if=
"personnelHerf=='MajorProject'"
/>
<!-- 政府专项债 -->
<!-- 政府专项债 -->
<debtProject
v-if=
"personnelHerf=='debtProject'"
/>
<debtProject
v-if=
"personnelHerf=='debtProject'"
/>
<!-- 土地交易 -->
<!-- 土地交易 -->
...
@@ -41,15 +43,23 @@
...
@@ -41,15 +43,23 @@
import
Tender
from
"./components/Tender/index.vue"
;
import
Tender
from
"./components/Tender/index.vue"
;
import
BidRecord
from
"./components/BidRecord/index.vue"
;
import
BidRecord
from
"./components/BidRecord/index.vue"
;
import
Bidding
from
"./components/Bidding/index.vue"
;
import
Bidding
from
"./components/Bidding/index.vue"
;
import
MajorProject
from
"./components/MajorProject/index.vue"
;
import
"@/assets/styles/public.css"
;
import
"@/assets/styles/public.css"
;
export
default
{
export
default
{
name
:
'Radar'
,
name
:
'Radar'
,
components
:
{
debtProject
,
Land
,
Establishment
,
bxprozbgg
,
Tender
,
BidRecord
,
Bidding
},
components
:
{
MajorProject
,
debtProject
,
Land
,
Establishment
,
bxprozbgg
,
Tender
,
BidRecord
,
Bidding
},
data
()
{
data
()
{
return
{
return
{
// tablist
// tablist
personnelList
:
[{
personnelList
:
[
// {
// key: 'MajorProject',
// status: true,
// value: '重点项目清单',
// },
{
key
:
'debtProject'
,
key
:
'debtProject'
,
status
:
true
,
status
:
true
,
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