|
@@ -19,49 +19,49 @@
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="24" class="task-bot">
|
|
<el-col :span="24" class="task-bot">
|
|
<span class="from-names">测试结果: </span>
|
|
<span class="from-names">测试结果: </span>
|
|
- <span class="from-value">通过</span>
|
|
|
|
|
|
+ <span class="from-value" style="color:rgba(126,211,33,1);">通过</span>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="12" class="Layout_space_between task-bot">
|
|
<el-col :span="12" class="Layout_space_between task-bot">
|
|
- <span class="from-name">计划准出时间:{{ details.releasePlanTime }}</span>
|
|
|
|
|
|
+ <span class="from-name"><span class="test-details">计划准出时间:</span>{{ details.releasePlanTime }}</span>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
- <span class="from-namev"> 实际准出时间:{{ details.releaseActualTime }}</span>
|
|
|
|
|
|
+ <span class="from-namev"><span class="test-details">实际准出时间:</span>{{ details.releaseActualTime }}</span>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
<el-row v-if="details.isDelay === 1">
|
|
<el-row v-if="details.isDelay === 1">
|
|
<el-col :span="24" class="Layout_space_between task-bot">
|
|
<el-col :span="24" class="Layout_space_between task-bot">
|
|
- <span class="from-namea">准出延期原因 : {{ details.delayReason }}</span>
|
|
|
|
|
|
+ <span class="from-namea"><span class="test-details">准出延期原因 : </span>{{ details.delayReason }}</span>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="12" class="Layout_space_between task-bot">
|
|
<el-col :span="12" class="Layout_space_between task-bot">
|
|
- <span class="from-name">计划开发周期:{{ details.testPlanTimeStart }}</span>
|
|
|
|
|
|
+ <span class="from-name"><span class="test-details">计划开发周期:</span>{{ details.testPlanTimeStart }}</span>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="12" class="Layout_space_between">
|
|
<el-col :span="12" class="Layout_space_between">
|
|
- <span class="from-namer"> 实际开发周期:{{ details.testPlanTimeEnd }}</span>
|
|
|
|
|
|
+ <span class="from-namer"><span class="test-details">实际开发周期:</span>{{ details.testPlanTimeEnd }}</span>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="12" class="Layout_space_between task-bot">
|
|
<el-col :span="12" class="Layout_space_between task-bot">
|
|
- <span class="from-name">计划测试周期:{{ details.testActualTimeStart }} </span>
|
|
|
|
|
|
+ <span class="from-name"><span class="test-details">计划测试周期:</span>{{ details.testActualTimeStart }} </span>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="12" class="Layout_space_between task-bot">
|
|
<el-col :span="12" class="Layout_space_between task-bot">
|
|
- <span class="from-namer">实际测试周期:{{ details.testActualTimeEnd }}</span>
|
|
|
|
|
|
+ <span class="from-namer"><span class="test-details">实际测试周期:</span>{{ details.testActualTimeEnd }}</span>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="12" class="Layout_space_between task-bot">
|
|
<el-col :span="12" class="Layout_space_between task-bot">
|
|
- <span class="from-name">开发人员:{{ details.developer }}</span>
|
|
|
|
|
|
+ <span class="from-name"><span class="test-details">开发人员:</span>{{ details.developer }}</span>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="12" class="Layout_space_between task-bot">
|
|
<el-col :span="12" class="Layout_space_between task-bot">
|
|
- <span class="from-namer"> 测试人员:{{ details.tester }}</span>
|
|
|
|
|
|
+ <span class="from-namer"><span class="test-details">测试人员:</span>{{ details.tester }}</span>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
<div v-html="details.content" />
|
|
<div v-html="details.content" />
|
|
@@ -186,7 +186,7 @@ export default {
|
|
font-family:Microsoft Sans Serif;
|
|
font-family:Microsoft Sans Serif;
|
|
font-weight:400;
|
|
font-weight:400;
|
|
line-height:22px;
|
|
line-height:22px;
|
|
- color:#666666;
|
|
|
|
|
|
+ color:#333;
|
|
opacity:1;
|
|
opacity:1;
|
|
.from-name {
|
|
.from-name {
|
|
width: 140px !important;
|
|
width: 140px !important;
|
|
@@ -207,7 +207,6 @@ export default {
|
|
}
|
|
}
|
|
.from-value {
|
|
.from-value {
|
|
margin-left: 30px;
|
|
margin-left: 30px;
|
|
- color:rgba(126,211,33,1);
|
|
|
|
}
|
|
}
|
|
.report-taskList{
|
|
.report-taskList{
|
|
font-size:14px;
|
|
font-size:14px;
|
|
@@ -255,7 +254,7 @@ export default {
|
|
}
|
|
}
|
|
.report-mains {
|
|
.report-mains {
|
|
min-height: 200px;
|
|
min-height: 200px;
|
|
- padding: 20px ;
|
|
|
|
|
|
+ padding: 20px 30PX;
|
|
margin: 10px 10px 0 0;
|
|
margin: 10px 10px 0 0;
|
|
background: #FFF;
|
|
background: #FFF;
|
|
border-radius:4px;
|
|
border-radius:4px;
|
|
@@ -263,7 +262,6 @@ export default {
|
|
.title {
|
|
.title {
|
|
font-size:16px;
|
|
font-size:16px;
|
|
font-family:PingFangSC-Medium;
|
|
font-family:PingFangSC-Medium;
|
|
- line-height:35px;
|
|
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
color:rgba(51,59,74,1);
|
|
color:rgba(51,59,74,1);
|
|
opacity:1;
|
|
opacity:1;
|
|
@@ -312,4 +310,7 @@ export default {
|
|
.setLine {
|
|
.setLine {
|
|
padding: 10px 20px;
|
|
padding: 10px 20px;
|
|
}
|
|
}
|
|
|
|
+.test-details {
|
|
|
|
+ color: #666666;
|
|
|
|
+}
|
|
</style>
|
|
</style>
|