Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
Project
Project
Details
Activity
Releases
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
中汽测评-信息安全测评系统
web
Commits
ef1738fa
Commit
ef1738fa
authored
Mar 25, 2024
by
mzx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(确认试验方案): 页面调整
parent
65daf309
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
20 deletions
+24
-20
index.vue
src/views/processing/carTest/confirmation-test/index.vue
+24
-20
No files found.
src/views/processing/carTest/confirmation-test/index.vue
View file @
ef1738fa
...
@@ -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>
...
...
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