Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
topsun-baoshen-excel
Project
Project
Details
Activity
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
何远江
topsun-baoshen-excel
Commits
14295c51
Commit
14295c51
authored
Jan 09, 2024
by
何远江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解析结果附加信息展示条件添加
parent
47293dba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
ExcelOperate.vue
...ws/comment-excel/components/ExcelOperate/ExcelOperate.vue
+9
-0
No files found.
src/views/comment-excel/components/ExcelOperate/ExcelOperate.vue
View file @
14295c51
...
@@ -136,6 +136,7 @@
...
@@ -136,6 +136,7 @@
show-overflow=
"tooltip"
show-overflow=
"tooltip"
:data=
"runResultData"
:data=
"runResultData"
border
border
:expand-config=
"expandConfig"
height=
"500"
height=
"500"
>
>
<vxe-column
title=
"行号"
type=
"expand"
width=
"120"
>
<vxe-column
title=
"行号"
type=
"expand"
width=
"120"
>
...
@@ -698,6 +699,14 @@ const filterRunDataTitle = (data: any) => {
...
@@ -698,6 +699,14 @@ const filterRunDataTitle = (data: any) => {
const
filterObjKeys
=
(
data
:
any
)
=>
{
const
filterObjKeys
=
(
data
:
any
)
=>
{
return
Object
.
keys
(
data
)
return
Object
.
keys
(
data
)
}
}
const
expandConfig
=
reactive
({
visibleMethod
({
row
})
{
if
(
row
.
expandData
!==
undefined
&&
typeof
row
.
expandData
===
'object'
)
{
return
true
}
return
false
}
})
onMounted
(()
=>
{
onMounted
(()
=>
{
loadExcel
()
loadExcel
()
...
...
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