1、学员信息管理成绩查看,只显示课程编号改为显示课程名称和课程编号;

2、机关教学日志日期显示格式修改
This commit is contained in:
2026-09-23 17:43:40 +08:00
parent 07ec44e9d4
commit 06c057e490
7 changed files with 34 additions and 11 deletions
@@ -247,7 +247,7 @@ export default {
/** 组件方法:包一层全局 formatDate,供模板调用 */
formatDate(val) {
return formatDate(val)
return (formatDate(val) || '').split(' ')[0]
},
/** 根据已填写的查询值构建实际查询参数 */