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
18aff0f3
Commit
18aff0f3
authored
Oct 12, 2023
by
tianhongyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
甲方详情左侧菜单新增重点项目
parent
43a65e90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
Sidebar.vue
...operate-ui/src/views/detail/party-a/component/Sidebar.vue
+8
-8
No files found.
dsk-operate-ui/src/views/detail/party-a/component/Sidebar.vue
View file @
18aff0f3
...
@@ -239,43 +239,43 @@ export default {
...
@@ -239,43 +239,43 @@ export default {
break
;
break
;
case
'importantBusiness'
:
case
'importantBusiness'
:
if
(
arr
[
i
][
j
]
<
1
)
{
if
(
arr
[
i
][
j
]
<
1
)
{
this
.
sideRoute
[
2
].
children
[
1
].
disabled
=
true
;
this
.
sideRoute
[
2
].
children
[
0
].
disabled
=
true
;
}
}
break
;
break
;
case
'landInfo'
:
case
'landInfo'
:
if
(
arr
[
i
][
j
]
<
1
)
{
if
(
arr
[
i
][
j
]
<
1
)
{
this
.
sideRoute
[
2
].
children
[
0
].
disabled
=
true
;
this
.
sideRoute
[
2
].
children
[
1
].
disabled
=
true
;
this
.
sideRoute
[
4
].
children
[
1
].
disabled
=
true
;
this
.
sideRoute
[
4
].
children
[
1
].
disabled
=
true
;
}
}
break
;
break
;
case
'busProposedProjectV1'
:
case
'busProposedProjectV1'
:
if
(
arr
[
i
][
j
]
<
1
)
{
if
(
arr
[
i
][
j
]
<
1
)
{
this
.
sideRoute
[
2
].
children
[
1
].
disabled
=
true
;
this
.
sideRoute
[
2
].
children
[
2
].
disabled
=
true
;
}
}
break
;
break
;
case
'specialDebt'
:
case
'specialDebt'
:
if
(
arr
[
i
][
j
]
<
1
)
{
if
(
arr
[
i
][
j
]
<
1
)
{
this
.
sideRoute
[
2
].
children
[
2
].
disabled
=
true
;
this
.
sideRoute
[
2
].
children
[
3
].
disabled
=
true
;
}
}
break
;
break
;
case
'bidPlan'
:
case
'bidPlan'
:
if
(
arr
[
i
][
j
]
<
1
)
{
if
(
arr
[
i
][
j
]
<
1
)
{
this
.
sideRoute
[
2
].
children
[
3
].
disabled
=
true
;
this
.
sideRoute
[
2
].
children
[
4
].
disabled
=
true
;
}
}
break
;
break
;
case
'biddingAnnouncement'
:
case
'biddingAnnouncement'
:
if
(
arr
[
i
][
j
]
<
1
)
{
if
(
arr
[
i
][
j
]
<
1
)
{
this
.
sideRoute
[
2
].
children
[
4
].
disabled
=
true
;
this
.
sideRoute
[
2
].
children
[
5
].
disabled
=
true
;
}
}
break
;
break
;
case
'proBiddingAnnouncement'
:
case
'proBiddingAnnouncement'
:
if
(
arr
[
i
][
j
]
<
1
)
{
if
(
arr
[
i
][
j
]
<
1
)
{
this
.
sideRoute
[
2
].
children
[
5
].
disabled
=
true
;
this
.
sideRoute
[
2
].
children
[
6
].
disabled
=
true
;
}
}
break
;
break
;
case
'adminLicensing'
:
case
'adminLicensing'
:
if
(
arr
[
i
][
j
]
<
1
)
{
if
(
arr
[
i
][
j
]
<
1
)
{
this
.
sideRoute
[
2
].
children
[
6
].
disabled
=
true
;
this
.
sideRoute
[
2
].
children
[
7
].
disabled
=
true
;
}
}
break
;
break
;
case
'customer'
:
case
'customer'
:
...
...
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