@@ -53,6 +53,13 @@
});
return data;
},
+ actionColumn: {
+ width: 150,
+ title: '操作',
+ dataIndex: 'action',
+ slots: { customRender: 'action' },
+ fixed: 'right',
+ },
const { createMessage } = useMessage();