Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hs-sky-ui
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
何虹
hs-sky-ui
Commits
e8aa44cc
Commit
e8aa44cc
authored
Jan 18, 2021
by
何虹
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a
parent
e4e7a8fe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
child.vue
src/packages/hs-table/src/child.vue
+2
-2
No files found.
src/packages/hs-table/src/child.vue
View file @
e8aa44cc
...
@@ -781,7 +781,7 @@ export default {
...
@@ -781,7 +781,7 @@ export default {
})
})
},
},
async
exportExcel
(
flage
)
{
async
exportExcel
(
flage
)
{
const
data
=
this
.
table
d
ata
const
data
=
this
.
table
D
ata
const
columnsProp_
=
[]
const
columnsProp_
=
[]
this
.
tableColumns
.
forEach
(
item
=>
{
this
.
tableColumns
.
forEach
(
item
=>
{
if
(
item
.
childs
)
{
if
(
item
.
childs
)
{
...
@@ -817,7 +817,7 @@ export default {
...
@@ -817,7 +817,7 @@ export default {
}
else
{
}
else
{
exportExcelData
=
result
exportExcelData
=
result
}
}
hsUtil
.
exportToExcel
(
tHeader
,
exportExcelData
,
exportExcelName
)
hsUtil
.
ExcelModule
.
exportToExcel
(
tHeader
,
exportExcelData
,
exportExcelName
)
}
else
{
}
else
{
this
.
$message
.
warning
(
'暂无数据~'
)
this
.
$message
.
warning
(
'暂无数据~'
)
}
}
...
...
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