对话框发布时间样式调整

init
zhusiyu 3 years ago
parent 817861d3de
commit e59a575d7e

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

Loading…
Cancel
Save