feat: table column 新增 sort 字段
This commit is contained in:
@@ -243,7 +243,8 @@ export default {
|
||||
},{
|
||||
title:"年龄",
|
||||
width: "180px",
|
||||
key:"age"
|
||||
key:"age",
|
||||
sort: true
|
||||
},{
|
||||
title:"操作",
|
||||
width: "180px",
|
||||
|
||||
Reference in New Issue
Block a user