Browse Source

feat:调整界面

DESKTOP-USV654P\pc 4 tháng trước cách đây
mục cha
commit
49e80586d7

+ 1 - 1
src/views/educational/basicInformation/components/import1.vue

@@ -39,7 +39,7 @@
 
   const handleDonwmLoad = async () => {
     await baseDownloadFileUrl(
-      'https://zhxy.cqtlzjzx.com/minio/static/resources/%E7%8F%AD%E7%BA%A7%E8%AF%BE%E7%A8%8B%E5%AF%BC%E5%85%A5%E6%A8%A1%E6%9D%BF.xlsx',
+      'https://zhxy.cqtlzjzx.com/minio/static/resources/%E6%96%B0%E7%94%9F%E4%BF%A1%E6%81%AF%E5%AF%BC%E5%85%A5%E6%A8%A1%E6%9D%BF.xlsx',
       '学生导入模板.xlsx',
     );
   };

+ 5 - 0
src/views/educational/textbookSubscription/components/changeHistory.vue

@@ -41,6 +41,11 @@
         title: '操作人',
         dataIndex: 'createUserIdCn',
       },
+      {
+        title: '类型',
+        dataIndex: 'textbookTypeCn',
+        width: '120',
+      },
       {
         title: '课程名称',
         dataIndex: 'courseName',

+ 1 - 1
src/views/educational/textbookSubscription/components/data.config.ts

@@ -33,7 +33,7 @@ export const tableColumns: BasicColumn[] = [
   },
   {
     title: '征订教材总数',
-    dataIndex: 'sum',
+    dataIndex: 'sumNumber',
     width: 150,
   },
   {