This commit is contained in:
zk
2023-12-20 10:25:06 +08:00
parent ce85f39c11
commit 3cc95902ae
12 changed files with 119 additions and 75 deletions
@@ -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() {