Преглед на файлове

fix: change course measure

DESKTOP-USV654P\pc преди 21 часа
родител
ревизия
e07b623fb1
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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;
     },