fix: table export 时忽略未知的列
This commit is contained in:
@@ -260,17 +260,17 @@ export default {
|
||||
customSlot:"password",
|
||||
key:"password",
|
||||
align: "center"
|
||||
},{
|
||||
title:"操作",
|
||||
width: "180px",
|
||||
customSlot:"operator",
|
||||
key:"operator"
|
||||
},{
|
||||
title:"年龄",
|
||||
width: "180px",
|
||||
key:"age",
|
||||
sort: true,
|
||||
align: "right"
|
||||
},{
|
||||
title:"操作",
|
||||
width: "180px",
|
||||
customSlot:"operator",
|
||||
key:"operator"
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user