Commit ef1738fa authored by mzx's avatar mzx

feat(确认试验方案): 页面调整

parent 65daf309
...@@ -30,12 +30,12 @@ ...@@ -30,12 +30,12 @@
{{ task.entrustedUnit }} {{ task.entrustedUnit }}
</span> </span>
</div> </div>
<div class="task-item"> <!-- <div class="task-item">-->
<span class="task-label">任务状态:</span> <!-- <span class="task-label">任务状态:</span>-->
<span class="task-content"> <!-- <span class="task-content">-->
{{ getDictData(dict.type.task_test_status, task.taskStatus) }} <!-- {{ getDictData(dict.type.task_test_status, task.taskStatus) }}-->
</span> <!-- </span>-->
</div> <!-- </div>-->
</div> </div>
<div class="task-body"> <div class="task-body">
<!--card统计值--> <!--card统计值-->
...@@ -132,10 +132,11 @@ ...@@ -132,10 +132,11 @@
<th>测试场景</th> <th>测试场景</th>
<th>测试类型</th> <th>测试类型</th>
<th>用例编号</th> <th>用例编号</th>
<th>用例名称</th> <th>测试结果</th>
<th>工具</th> <!-- <th>用例名称</th>-->
<th>对应输入</th> <!-- <th>工具</th>-->
<th style="width: 370px">测试用例</th> <!-- <th>对应输入</th>-->
<!-- <th style="width: 370px">测试用例</th>-->
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
...@@ -163,17 +164,20 @@ ...@@ -163,17 +164,20 @@
{{ v.usecaseNo }} {{ v.usecaseNo }}
</td> </td>
<td align="center" rowspan="1"> <td align="center" rowspan="1">
{{ v.name }} {{ '' }}
</td>
<td align="center" rowspan="1">
{{ v.tools }}
</td>
<td align="center" rowspan="1">
{{ v.input }}
</td>
<td align="center" rowspan="1">
{{ v.description }}
</td> </td>
<!-- <td align="center" rowspan="1">-->
<!-- {{ v.name }}-->
<!-- </td>-->
<!-- <td align="center" rowspan="1">-->
<!-- {{ v.tools }}-->
<!-- </td>-->
<!-- <td align="center" rowspan="1">-->
<!-- {{ v.input }}-->
<!-- </td>-->
<!-- <td align="center" rowspan="1">-->
<!-- {{ v.description }}-->
<!-- </td>-->
</tr> </tr>
</template> </template>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment