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
d7c06a26
Commit
d7c06a26
authored
Jul 21, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
988e3782
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
12 deletions
+9
-12
project.scss
dsk-operate-ui/src/assets/styles/project.scss
+0
-4
addProject.vue
...ui/src/views/project/projectList/component/addProject.vue
+8
-8
index.vue
dsk-operate-ui/src/views/project/projectList/index.vue
+1
-0
No files found.
dsk-operate-ui/src/assets/styles/project.scss
View file @
d7c06a26
...
@@ -1220,10 +1220,6 @@
...
@@ -1220,10 +1220,6 @@
top
:
56px
;
top
:
56px
;
z-index
:
9
;
z-index
:
9
;
}
}
.el-table__fixed-header-wrapper
{
z-index
:
9
;
}
.el-table__fixed-header-wrapper
{
.el-table__fixed-header-wrapper
{
position
:
sticky
;
position
:
sticky
;
z-index
:
9
;
z-index
:
9
;
...
...
dsk-operate-ui/src/views/project/projectList/component/addProject.vue
View file @
d7c06a26
...
@@ -75,10 +75,10 @@
...
@@ -75,10 +75,10 @@
projectName
:
''
,
// 项目名称
projectName
:
''
,
// 项目名称
companyId
:
''
,
//企业id
companyId
:
''
,
//企业id
ownerCompany
:
''
,
//业主单位
ownerCompany
:
''
,
//业主单位
projectStage
:
''
,
//项目阶段
projectStage
:
null
,
//项目阶段
projectType
:
''
,
//项目类型
projectType
:
null
,
//项目类型
projectCategory
:
''
,
//项目类别
projectCategory
:
null
,
//项目类别
investmentAmount
:
''
,
//投资估算
investmentAmount
:
null
,
//投资估算
isPrivate
:
0
,
//可见范围(0 仅自己可见,1 他人可见)
isPrivate
:
0
,
//可见范围(0 仅自己可见,1 他人可见)
},
},
rules
:{
rules
:{
...
@@ -169,10 +169,10 @@
...
@@ -169,10 +169,10 @@
projectName
:
''
,
// 项目名称
projectName
:
''
,
// 项目名称
companyId
:
''
,
//企业id
companyId
:
''
,
//企业id
ownerCompany
:
''
,
//业主单位
ownerCompany
:
''
,
//业主单位
projectStage
:
''
,
//项目阶段
projectStage
:
null
,
//项目阶段
projectType
:
''
,
//项目类型
projectType
:
null
,
//项目类型
projectCategory
:
''
,
//项目类别
projectCategory
:
null
,
//项目类别
investmentAmount
:
''
,
//投资估算
investmentAmount
:
null
,
//投资估算
isPrivate
:
0
,
//可见范围(0 仅自己可见,1 他人可见)
isPrivate
:
0
,
//可见范围(0 仅自己可见,1 他人可见)
},
},
this
.
showlist
=
false
this
.
showlist
=
false
...
...
dsk-operate-ui/src/views/project/projectList/index.vue
View file @
d7c06a26
...
@@ -600,6 +600,7 @@ export default {
...
@@ -600,6 +600,7 @@ export default {
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
700
;
font-weight
:
700
;
line-height
:
23px
;
line-height
:
23px
;
padding-right
:
190px
;
.people
{
.people
{
padding-left
:
10px
;
padding-left
:
10px
;
color
:
#4f4f4f
;
color
:
#4f4f4f
;
...
...
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