feat: table column 新增 sort 字段

This commit is contained in:
就眠儀式
2022-03-18 11:15:07 +08:00
parent 60b2ec48fa
commit 39c0488ddb
2 changed files with 52 additions and 3 deletions

View File

@@ -243,7 +243,8 @@ export default {
},{
title:"年龄",
width: "180px",
key:"age"
key:"age",
sort: true
},{
title:"操作",
width: "180px",