update
This commit is contained in:
@@ -303,14 +303,14 @@ export const columns = [
|
||||
align: 'center',
|
||||
key: 'workout',
|
||||
},
|
||||
// {
|
||||
// title: '操作',
|
||||
// dataIndex: 'operation',
|
||||
// align: 'center',
|
||||
// key: 'operation',
|
||||
// fixed: 'right',
|
||||
// width: 80,
|
||||
// },
|
||||
{
|
||||
title: '操作',
|
||||
dataIndex: 'operation',
|
||||
align: 'center',
|
||||
key: 'operation',
|
||||
fixed: 'right',
|
||||
width: 80,
|
||||
},
|
||||
];
|
||||
|
||||
export function useChangeTable() {
|
||||
|
||||
Reference in New Issue
Block a user