1、学员队期下拉选择;

2、学员信息管理,操作列改为两行显示
This commit is contained in:
2026-09-23 14:58:19 +08:00
parent 90fb852cf2
commit fb3d20def6
6 changed files with 79 additions and 10 deletions
@@ -9,6 +9,14 @@ export function listStudentRecord(query) {
})
}
// 学员队期下拉选项(bh 编号、mc 名称、xydbh 学员队编号)
export function listPeriodOptions() {
return request({
url: '/student-records/period-options',
method: 'get'
})
}
// 查询学员信息详情(bh 编号必传)
export function getStudentRecord(bh) {
return request({