|
|
|
@ -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
|
|
|
|
|
},
|
|
|
|
|