把工具条横过来,占满一行,数据导入也放到工具条中,不要单独放
This commit is contained in:
+9
@@ -330,6 +330,15 @@ public class JYSController {
|
||||
return Result.success(pageResult);
|
||||
}
|
||||
|
||||
/**
|
||||
* 去重职称列表(职称检索下拉数据源,职称无字典表)
|
||||
*/
|
||||
@PreAuthorize("@ss.hasPermi('teach:teacher:list')")
|
||||
@GetMapping("/teacher/zc-options")
|
||||
public Result<java.util.List<String>> teacherZcOptions() {
|
||||
return Result.success(facultyService.listDistinctZc());
|
||||
}
|
||||
|
||||
/**
|
||||
* 教员数据文件导入(.xls/.xlsx)
|
||||
* <p>表头顺序:教员编号, 教员姓名, 教研室代号, 职称, 专业技术职务等级, 教员类别,
|
||||
|
||||
Reference in New Issue
Block a user