Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
ef266d5b
Commit
ef266d5b
authored
Feb 05, 2026
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 表格 showOverflowTooltip 修改
parent
e737142b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletions
+7
-1
src/components/TableView.vue
+5
-1
src/views/order/podCN/index.vue
+1
-0
src/views/order/podUs/index.vue
+1
-0
No files found.
src/components/TableView.vue
View file @
ef266d5b
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<ElTable
<ElTable
ref=
"tableRef"
ref=
"tableRef"
:data=
"paginatedData"
:data=
"paginatedData"
show-overflow-tooltip
:show-overflow-tooltip=
"showOverflowTooltip"
border
border
:stripe=
"stripe"
:stripe=
"stripe"
header-align=
"center"
header-align=
"center"
...
@@ -115,6 +115,10 @@ const props = defineProps({
...
@@ -115,6 +115,10 @@ const props = defineProps({
type
:
Boolean
,
type
:
Boolean
,
default
:
false
,
default
:
false
,
},
},
showOverflowTooltip
:
{
type
:
Boolean
,
default
:
true
,
},
})
})
const
attrs
=
useAttrs
()
const
attrs
=
useAttrs
()
...
...
src/views/order/podCN/index.vue
View file @
ef266d5b
...
@@ -1163,6 +1163,7 @@
...
@@ -1163,6 +1163,7 @@
:cell-style=
"onCellStyle"
:cell-style=
"onCellStyle"
:row-style=
"getRowStyle"
:row-style=
"getRowStyle"
:row-class-name=
"getRowClassName"
:row-class-name=
"getRowClassName"
:show-overflow-tooltip=
"false"
@
selection-change=
"handleSelectionChange"
@
selection-change=
"handleSelectionChange"
>
>
<
template
#
serialNumber=
"{ row, index }"
>
<
template
#
serialNumber=
"{ row, index }"
>
...
...
src/views/order/podUs/index.vue
View file @
ef266d5b
...
@@ -1212,6 +1212,7 @@
...
@@ -1212,6 +1212,7 @@
:cell-class-name=
"onCellClassName"
:cell-class-name=
"onCellClassName"
:row-style=
"getRowStyle"
:row-style=
"getRowStyle"
:row-class-name=
"getRowClassName"
:row-class-name=
"getRowClassName"
:show-overflow-tooltip=
"false"
@
selection-change=
"handleSelectionChange"
@
selection-change=
"handleSelectionChange"
>
>
<
template
#
serialNumber=
"{ row, index }"
>
<
template
#
serialNumber=
"{ row, index }"
>
...
...
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