Browse Source

日期格式、最近新增表展示的样式固定

yellowtaotao 3 years ago
parent
commit
2b2c91bd13

+ 0 - 2
src/views/count/personDataDetail.vue

@@ -420,7 +420,6 @@ export default {
     },
     // 操作:导出试卷
     handleExportExamFile(record) {
-      console.log('导出试卷', record);
       let that = this;
       that.$confirm({
         title: '导出试卷',
@@ -490,7 +489,6 @@ export default {
             this.userStudyRecord = [];
             this.userStudyRecordPagination.total = resdData.totalElements; // 总条数
           }
-          console.log(this.userStudyRecord);
           this.loading4 = false;
         })
         .catch(() => {

+ 3 - 0
src/views/examManagement/examManagementDetailMore.vue

@@ -104,17 +104,20 @@ export default {
           dataIndex: 'nickName',
           key: 'nickName',
           scopedSlots: { customRender: 'nickName' },
+          width: 250,
         },
         {
           title: '成绩',
           dataIndex: 'totalPoints',
           key: 'totalPoints',
+          width: 250,
         },
         {
           title: '时间',
           dataIndex: 'endTime',
           key: 'endTime',
           scopedSlots: { customRender: 'endTime' },
+          width: 250,
         },
       ];
       this.unReferencedColumns = [