diff --git a/src/views/screenAdaptation/pages/moralEducationCenter/studentClassTeacherManage/studentManage.vue b/src/views/screenAdaptation/pages/moralEducationCenter/studentClassTeacherManage/studentManage.vue index 702f529..9e33368 100644 --- a/src/views/screenAdaptation/pages/moralEducationCenter/studentClassTeacherManage/studentManage.vue +++ b/src/views/screenAdaptation/pages/moralEducationCenter/studentClassTeacherManage/studentManage.vue @@ -309,7 +309,7 @@ console.log('显示学生通报对话框', accept) this.visible = true this.modalTitle = accept.punish_title - this.releaseTime = accept.create_time.slice(0, 10) + accept.create_time.slice(12, 20) + this.releaseTime = accept.create_time.slice(0, 10) + '\xa0\xa0' + accept.create_time.slice(12, 19) this.modalContent = accept.punish_context this.modalContentName = accept.punish_students },