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