修复展示效果
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -35,7 +35,7 @@ | ... | @@ -35,7 +35,7 @@ |
35 | </table> | 35 | </table> |
36 | 36 | ||
37 | <table class="xxTable rollTable"> | 37 | <table class="xxTable rollTable"> |
38 | <tr v-for="(item, colindex) in columnsslice(3)" :key="colindex"> | 38 | <tr v-for="(item, colindex) in columns.slice(3)" :key="colindex"> |
39 | <td> | 39 | <td> |
40 | {{ item.label }} | 40 | {{ item.label }} |
41 | </td> | 41 | </td> | ... | ... |
-
Please register or sign in to post a comment