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
23b8cade
Commit
23b8cade
authored
Mar 06, 2024
by
高滢
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'gaoying' of
http://gitlab.91isoft.com:90/car-test/web
into develop
parents
13e5cbcd
be613a97
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
index.vue
src/views/setting/sample/index.vue
+2
-3
No files found.
src/views/setting/sample/index.vue
View file @
23b8cade
...
...
@@ -73,7 +73,6 @@
<el-table
v-loading=
"tableLoding"
:data=
"tableData"
style=
"width: 100%"
border
@
sort-change=
"sortClick"
>
...
...
@@ -139,7 +138,7 @@
show-overflow-tooltip
min-width=
"200"
/>
<el-table-column
label=
"相关任务"
width=
"
200
"
>
<el-table-column
label=
"相关任务"
width=
"
500px"
:resizable=
"false
"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.taskSampleRelation.length > 0"
>
<el-link
...
...
@@ -149,7 +148,7 @@
:underline=
"false"
class=
"custom-link"
@
click=
"goTaskDetails(item.taskId)"
>
{{
item
.
taskN
ame
?
item
.
taskName
:
'--'
}}
>
{{
item
.
taskN
o
?
item
.
taskNo
:
'--'
}}
<span
v-show=
"index + 1 != scope.row.taskSampleRelation.length"
>
,
</span></el-link
...
...
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