@@ -141,7 +141,8 @@ export const formDetailSchema: BasicColumn[] = [
title: '总平均课时',
dataIndex: 'classTime4',
align: 'left',
- width: 100,
+ width: 120,
+ sorter: true,
customRender: ({ text }) => {
return text === 0 ? '' : text;
},