Showing
3 changed files
with
3 additions
and
3 deletions
| ... | @@ -187,7 +187,7 @@ | ... | @@ -187,7 +187,7 @@ |
| 187 | ref="entryTable" | 187 | ref="entryTable" |
| 188 | :data="tableData" | 188 | :data="tableData" |
| 189 | :headerData="headerData" | 189 | :headerData="headerData" |
| 190 | - :height="430" | 190 | + :maxHeight="tableMaxheight" |
| 191 | :border="true" | 191 | :border="true" |
| 192 | :pagination="true" | 192 | :pagination="true" |
| 193 | :order="false" | 193 | :order="false" | ... | ... |
-
Please register or login to post a comment