Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
source-trace-manage
Commits
e945e427
Commit
e945e427
authored
Apr 20, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
f565b896
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
IncrementalTable.vue
src/views/category/components/IncrementalTable.vue
+7
-2
No files found.
src/views/category/components/IncrementalTable.vue
View file @
e945e427
...
@@ -52,7 +52,9 @@
...
@@ -52,7 +52,9 @@
})
})
"
"
>
>
{{
props
.
name
}}
<syToolTip
:content=
"props.name"
>
{{
props
.
name
}}
</syToolTip>
</div>
</div>
<div
<div
v-if=
"props.index.$index === expandTheListIndex"
v-if=
"props.index.$index === expandTheListIndex"
...
@@ -61,7 +63,9 @@
...
@@ -61,7 +63,9 @@
class=
"notFirstLineCell cursor-pointer overflow-ellipsis overflow-hidden whitespace-nowrap"
class=
"notFirstLineCell cursor-pointer overflow-ellipsis overflow-hidden whitespace-nowrap"
@
click=
"enterDetails(item2, props, props.index.$index)"
@
click=
"enterDetails(item2, props, props.index.$index)"
>
>
{{
item2
.
name
}}
<syToolTip
:content=
"item2.name"
>
{{
item2
.
name
}}
</syToolTip>
</div>
</div>
</
template
>
</
template
>
<
template
#
date=
"props"
>
<
template
#
date=
"props"
>
...
@@ -329,6 +333,7 @@ import {
...
@@ -329,6 +333,7 @@ import {
openChainBrowser
,
openChainBrowser
,
GO_URLS
,
GO_URLS
,
syCommonDialog
,
syCommonDialog
,
syToolTip
,
}
from
"cqk-sy-ui"
;
}
from
"cqk-sy-ui"
;
import
{
ElMessage
,
ElButton
}
from
"element-plus"
;
import
{
ElMessage
,
ElButton
}
from
"element-plus"
;
import
{
ref
,
watch
}
from
"vue"
;
import
{
ref
,
watch
}
from
"vue"
;
...
...
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