Browse Source

fix: change course measure

DESKTOP-USV654P\pc 17 hours ago
parent
commit
e07b623fb1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/course/measure/data.config.ts

+ 2 - 1
src/views/course/measure/data.config.ts

@@ -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;
     },