Skip to content

Commit

Permalink
fix: Fixed table header web (PanJiaChen#2170)
Browse files Browse the repository at this point in the history
* bugfix: Fixed table header web

* bugfix: Fixed table header web
  • Loading branch information
Ricargame authored Apr 24, 2024
1 parent ed56a77 commit e1bbcbd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
</el-card>
<div style="padding-top: 10px;">
<el-table
height="500"
:cell-class-name="classChecker"
:data="listSummary"
border
Expand Down Expand Up @@ -580,7 +581,7 @@ export default defineComponent({
} = param
const sums = []
columns.forEach((column, index) => {
sums[index] = 'N/A'
sums[index] = ''
// if (index === 0) {
// sums[index] = 'Total'
// return
Expand Down

0 comments on commit e1bbcbd

Please sign in to comment.