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
43a65e90
Commit
43a65e90
authored
Oct 12, 2023
by
tianhongyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查城投 行hover样式 , 甲方详情左侧 重点项目禁用判断
parent
3a9ccb6f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
+25
-0
Sidebar.vue
...operate-ui/src/views/detail/party-a/component/Sidebar.vue
+6
-0
index.vue
...te-ui/src/views/enterpriseData/components/Owner/index.vue
+19
-0
No files found.
dsk-operate-ui/src/views/detail/party-a/component/Sidebar.vue
View file @
43a65e90
...
@@ -237,6 +237,11 @@ export default {
...
@@ -237,6 +237,11 @@ export default {
this
.
sideRoute
[
0
].
children
[
5
].
disabled
=
true
;
this
.
sideRoute
[
0
].
children
[
5
].
disabled
=
true
;
}
}
break
;
break
;
case
'importantBusiness'
:
if
(
arr
[
i
][
j
]
<
1
)
{
this
.
sideRoute
[
2
].
children
[
1
].
disabled
=
true
;
}
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
[
0
].
disabled
=
true
;
...
@@ -336,6 +341,7 @@ export default {
...
@@ -336,6 +341,7 @@ export default {
this
.
sideRoute
[
5
].
children
[
6
].
disabled
=
true
;
this
.
sideRoute
[
5
].
children
[
6
].
disabled
=
true
;
}
}
break
;
break
;
default
:
default
:
break
;
break
;
}
}
...
...
dsk-operate-ui/src/views/enterpriseData/components/Owner/index.vue
View file @
43a65e90
...
@@ -1193,6 +1193,8 @@ export default {
...
@@ -1193,6 +1193,8 @@ export default {
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
cursor
:
pointer
;
cursor
:
pointer
;
opacity
:
0
;
transition
:
opacity
0
.3s
;
.renling-img-true
{
.renling-img-true
{
width
:
16px
;
width
:
16px
;
height
:
16px
;
height
:
16px
;
...
@@ -1228,6 +1230,23 @@ export default {
...
@@ -1228,6 +1230,23 @@ export default {
}
}
}
}
}
}
.el-table
{
th
,
td
{
.cell
{
font-size
:
12px
;
}
}
.hover-row
{
.cell
{
.renling-btn
{
opacity
:
1
;
}
}
}
}
}
}
.table-item1
{
.table-item1
{
::v-deep
.el-table__body-wrapper
{
::v-deep
.el-table__body-wrapper
{
...
...
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