Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
9
912project
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
CRS
912project
Commits
fe311458
提交
fe311458
authored
3月 09, 2020
作者:
CRS
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
nwe
上级
56bbc08b
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
103 行增加
和
11 行删除
+103
-11
addTechnical.vue
src/components/admittance/technical/addTechnical.vue
+3
-0
forecast.png
...nts/projectManagement/projectInformation/img/forecast.png
+0
-0
nowbg.png
...onents/projectManagement/projectInformation/img/nowbg.png
+0
-0
projectInformation.vue
...ojectManagement/projectInformation/projectInformation.vue
+100
-11
没有找到文件。
src/components/admittance/technical/addTechnical.vue
浏览文件 @
fe311458
...
@@ -108,6 +108,9 @@ export default {
...
@@ -108,6 +108,9 @@ export default {
mounted
(){
mounted
(){
if
(
this
.
row
!==
''
)
{
// 当页面传值过来时
if
(
this
.
row
!==
''
)
{
// 当页面传值过来时
this
.
addVal
=
this
.
row
.
name
;
// 修改名称
this
.
addVal
=
this
.
row
.
name
;
// 修改名称
if
(
this
.
row
.
producies
.
length
!==
0
)
{
this
.
allProduct
=
[];
}
console
.
log
(
this
.
row
)
console
.
log
(
this
.
row
)
for
(
let
i
=
0
;
i
<
this
.
row
.
producies
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
this
.
row
.
producies
.
length
;
i
++
)
{
let
product2List
;
let
product2List
;
...
...
src/components/projectManagement/projectInformation/img/forecast.png
0 → 100644
浏览文件 @
fe311458
676 Bytes
src/components/projectManagement/projectInformation/img/nowbg.png
0 → 100644
浏览文件 @
fe311458
712 Bytes
src/components/projectManagement/projectInformation/projectInformation.vue
浏览文件 @
fe311458
...
@@ -62,11 +62,37 @@
...
@@ -62,11 +62,37 @@
<span>
里程碑
</span>
<span>
里程碑
</span>
</p>
</p>
<div
class=
"milestone"
>
<div
class=
"milestone"
>
<div>
<div
class=
"line"
>
<span>
需求调研阶段
</span>
<span>
开发阶段
</span>
<span>
试运行阶段
</span>
</div>
<p
class=
"blueLine"
>
<img
src=
"./img/nowbg.png"
>
</p>
<div
class=
"processAll"
>
<p
class=
"process"
>
<p
class=
"process"
>
<span>
新建
</span>
<span>
新建
</span>
<span>
3030-02-01
</span>
<span>
3030-02-01
</span>
<span
class=
"processList"
></span>
<span></span>
<span></span>
</p>
<p
class=
"process"
>
<span>
需求确认
</span>
<span>
3030-02-01
</span>
<span
class=
"processList"
></span>
<span></span>
</p>
<p
class=
"process"
>
<span>
初验
</span>
<span>
3030-02-01
</span>
<span
class=
"processList"
></span>
<span></span>
</p>
<p
class=
"process"
>
<span>
终验
</span>
<span>
3030-02-01
</span>
<span
class=
"processList"
></span>
<span></span>
<span></span>
</p>
</p>
</div>
</div>
...
@@ -91,6 +117,7 @@
...
@@ -91,6 +117,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
$
from
'jquery'
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -110,12 +137,16 @@ export default {
...
@@ -110,12 +137,16 @@ export default {
content
:
'test'
,
content
:
'test'
,
time
:
'2020-02-02'
time
:
'2020-02-02'
}
}
]
],
now
:
40
}
}
},
},
created
()
{
created
()
{
},
},
mounted
(){
mounted
(){
if
(
this
.
now
>
0
)
{
$
(
'.processAll>p:nth-child(1) .processList'
).
addClass
(
'blue'
)
}
},
},
methods
:
{
methods
:
{
},
},
...
@@ -175,13 +206,7 @@ export default {
...
@@ -175,13 +206,7 @@ export default {
width
:
280px
;
width
:
280px
;
font-family
:
'Regular'
;
font-family
:
'Regular'
;
}
}
.projectInformation
.content
.milestone
{
/*最新动态*/
height
:
180px
;
margin-top
:
30px
;
padding
:
10px
;
border
:
1px
solid
rgba
(
8
,
104
,
157
,
.1
);
border-radius
:
2px
;
}
.projectInformation
.content
.new
{
.projectInformation
.content
.new
{
margin-top
:
30px
;
margin-top
:
30px
;
margin-bottom
:
30px
;
margin-bottom
:
30px
;
...
@@ -205,19 +230,83 @@ export default {
...
@@ -205,19 +230,83 @@ export default {
.projectInformation
>>>
.el-scrollbar__wrap
{
.projectInformation
>>>
.el-scrollbar__wrap
{
overflow-x
:
hidden
;
overflow-x
:
hidden
;
}
}
/*里程碑样式*/
.projectInformation
.content
.milestone
{
height
:
180px
;
margin-top
:
30px
;
padding
:
0
30px
0
30px
;
border
:
1px
solid
rgba
(
8
,
104
,
157
,
.1
);
border-radius
:
2px
;
}
.projectInformation
.process
{
.projectInformation
.process
{
display
:
inline-block
;
display
:
inline-block
;
width
:
90px
;
width
:
90px
;
text-align
:
center
;
text-align
:
center
;
position
:
relative
;
}
}
.projectInformation
.process
>
span
:nth-child
(
1
)
,
.projectInformation
.process
>
span
:nth-child
(
1
)
{
.projectInformation
.process
>
span
:nth-child
(
1
)
{
display
:
block
;
display
:
block
;
font-size
:
16px
;
color
:
#4877e6
;
}
}
.projectInformation
.process
>
span
:nth-child
(
3
)
{
.projectInformation
.process
>
span
:nth-child
(
2
)
{
display
:
block
;
display
:
block
;
font-size
:
12px
;
color
:
#666
;
margin-bottom
:
10px
;
}
.projectInformation
.process
>
span
:nth-child
(
3
)
{
display
:
inline-block
;
width
:
30px
;
width
:
30px
;
height
:
30px
;
height
:
30px
;
border-radius
:
50%
;
border-radius
:
50%
;
background
:
#ccc
;
background
:
#ccc
;
}
}
.projectInformation
.process
>
span
:nth-child
(
4
)
{
display
:
inline-block
;
width
:
14px
;
height
:
14px
;
border-radius
:
50%
;
background
:
#fff
;
position
:
absolute
;
bottom
:
12px
;
left
:
38px
;
}
.projectInformation
.milestone
>
div
:nth-child
(
3
)
{
display
:
flex
;
justify-content
:
space-between
;
}
.projectInformation
.milestone
.line
{
height
:
10px
;
margin
:
0
45px
0
45px
;
background
:
rgba
(
8
,
182
,
255
,
0.3
);
display
:
flex
;
justify-content
:
space-around
;
font-size
:
14px
;
color
:
#333
;
position
:
relative
;
top
:
76px
;
}
.projectInformation
.milestone
.line
>
span
{
position
:
relative
;
top
:
-35px
;
}
.projectInformation
.milestone
.blueLine
{
height
:
6px
;
width
:
20%
;
margin
:
0
45px
0
45px
;
background-image
:
linear-gradient
(
to
right
,
#005cff
,
#00ceff
);
position
:
relative
;
border-top-right-radius
:
15px
;
border-bottom-right-radius
:
15px
;
top
:
68px
;
}
.projectInformation
.milestone
.blueLine
>
img
{
position
:
absolute
;
right
:
-66px
;
top
:
10px
;
}
.projectInformation
.bule
{
background
:
#4877e6
;
}
</
style
>
</
style
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论