勾选
Showing
1 changed file
with
5 additions
and
0 deletions
... | @@ -19,6 +19,11 @@ class data extends filter { | ... | @@ -19,6 +19,11 @@ class data extends filter { |
19 | columns () { | 19 | columns () { |
20 | return [ | 20 | return [ |
21 | { | 21 | { |
22 | type: 'selection', | ||
23 | label: '全选', | ||
24 | selectable: this.selected | ||
25 | }, | ||
26 | { | ||
22 | label: '序号', | 27 | label: '序号', |
23 | type: 'index', | 28 | type: 'index', |
24 | width: '50', | 29 | width: '50', | ... | ... |
-
Please register or sign in to post a comment