소스 검색

feat:教材列表

DESKTOP-USV654P\pc 8 달 전
부모
커밋
1f565cbe84
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/views/teachingManager/textbookManagement/components/data.config.ts

+ 4 - 0
src/views/teachingManager/textbookManagement/components/data.config.ts

@@ -58,6 +58,10 @@ export const TableColumns: BasicColumn[] = [
   //     return text ? text : '/';
   //   },
   // },
+   {
+    title: '版次',
+    dataIndex: 'version',
+  },
   {
     title: '对应课程',
     dataIndex: 'courseName',