Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
test_platform_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
Wallen姚文辉
test_platform_web
Commits
32f454c3
Commit
32f454c3
authored
May 16, 2024
by
Wallen姚文辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jira链接新窗口打开
parent
1fc9b7c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
TestReport.vue
src/views/tool/TestReport.vue
+4
-3
No files found.
src/views/tool/TestReport.vue
View file @
32f454c3
...
...
@@ -61,7 +61,7 @@
<Button
shape=
"circle"
style=
"margin-top: 10px;margin-bottom: 10px;"
type=
"primary"
>
测试计划资源情况
</Button>
<Table
:columns=
"storycolumns"
:data=
"story"
>
<
template
#
summary=
"{ row, index }"
>
<a
:href=
'"http://jira.galaxy-immi.com/browse/" + row.key'
>
<a
target=
"_blank"
:href=
'"http://jira.galaxy-immi.com/browse/" + row.key'
>
<u>
{{
row
.
summary
}}
</u>
</a>
</
template
>
...
...
@@ -110,7 +110,8 @@
</Button>
<Table
:columns=
"casecolumns"
:data=
"item.case.map(ele => { return { key: ele } })"
>
<
template
#
summary=
"{ row, index }"
>
<a
v-if=
"searchCaseBykey(row.key)"
:href=
'"http://jira.galaxy-immi.com/browse/" + row.key'
>
<a
target=
"_blank"
v-if=
"searchCaseBykey(row.key)"
:href=
'"http://jira.galaxy-immi.com/browse/" + row.key'
>
<u>
{{
searchCaseBykey
(
row
.
key
).
summary
}}
</u>
</a>
<p
v-else
style=
"color: #ed4014;"
>
面板未找到相关用例,请联系jira人员配置
</p>
...
...
@@ -138,7 +139,7 @@
<Button
shape=
"circle"
style=
"margin-top: 10px;margin-bottom: 10px;"
type=
"primary"
>
bug记录
</Button>
<Table
:columns=
"bugcolumns"
:data=
"bug"
>
<
template
#
summary=
"{ row, index }"
>
<a
:href=
'"http://jira.galaxy-immi.com/browse/" + row.key'
>
<a
target=
"_blank"
:href=
'"http://jira.galaxy-immi.com/browse/" + row.key'
>
<u>
{{
row
.
summary
}}
</u>
</a>
</
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