forked from liweijie/education
1、学员信息管理成绩查看,只显示课程编号改为显示课程名称和课程编号;
2、机关教学日志日期显示格式修改
This commit is contained in:
@@ -247,7 +247,7 @@ export default {
|
||||
|
||||
/** 组件方法:包一层全局 formatDate,供模板调用 */
|
||||
formatDate(val) {
|
||||
return formatDate(val)
|
||||
return (formatDate(val) || '').split(' ')[0]
|
||||
},
|
||||
|
||||
/** 根据已填写的查询值构建实际查询参数 */
|
||||
|
||||
Reference in New Issue
Block a user