@@ -67,7 +67,16 @@ export default function useColumns() {
item: { key: "createTime", title: "创建时间" },
attr: {}
},
- ];
+ ].map(({ item, attr }) => ({
+ attr,
+ item: {
+ ...item,
+ sortabled: true,
+ fixedabled: true,
+ filterabled: true,
+ hiddenabled: true,
+ },
+ }));
const FormColumns = [
{
@@ -25,6 +25,7 @@
:columns="TableColumns"
index
pagination
+ convenitentOperation
highlight-current-row
storage-key="ownerShipSuperTable"
@pagination="getList({ ...page, ...params })"