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
d84068ed
Commit
d84068ed
authored
Mar 19, 2024
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(样品): 70684
parent
63fb0677
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
index.vue
src/views/setting/sample/index.vue
+11
-7
No files found.
src/views/setting/sample/index.vue
View file @
d84068ed
...
...
@@ -98,13 +98,9 @@
min-width=
"200"
>
<template
slot-scope=
"scope"
>
<el-link
type=
"primary"
:underline=
"false"
class=
"custom-link"
@
click=
"clickSampleName(scope.row)"
>
{{
scope
.
row
.
sampleName
}}
</el-link
>
<div
class=
"custom-link"
@
click=
"clickSampleName(scope.row)"
>
{{
scope
.
row
.
sampleName
}}
</div>
</
template
>
</el-table-column>
<el-table-column
...
...
@@ -711,7 +707,15 @@ export default {
justify-content
:
flex-end
;
margin-right
:
20px
;
}
.custom-link
{
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
color
:
#1a6fd7
;
}
.custom-link
:hover
{
text-decoration
:
underline
;
cursor
:
pointer
;
}
</
style
>
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