- {value.record. courseType == "1" || value.record. courseType == "2"|| value.record.courseTypeype == "3"
- ? {
- "1": "项目开课",
- "2": "路径开课",
- "3": "面授开课",
- }[value.record. courseType + ""] || ""
- : "-"}
-
- )
- }
- },
{
title: '培训发生组织',
dataIndex: 'trainOrgName',
@@ -837,6 +816,20 @@ getAllLevelList().then((res) => {
ellipsis: true, align: "center",
width: 120,
},
+ {
+ title: '参训人员',
+ dataIndex: 'studys',
+ key: 'studys',
+ ellipsis: true, align: "center",
+ width: 120,
+ },
+ {
+ title: '评分 ',
+ dataIndex: 'score',
+ key: 'score',
+ ellipsis: true, align: "center",
+ width: 120,
+ },
{
title: '状态 ',
dataIndex: 'status',
@@ -847,7 +840,7 @@ getAllLevelList().then((res) => {
customRender: (value) => {
return (
- {value.record.status== "0" || value.record.status == "1" ||value.record.status == "2" ||value.record.status == "3"
+ {String(value.record.status)
? {
"0": "待确认",
"1": "待提交",
@@ -862,18 +855,27 @@ getAllLevelList().then((res) => {
}
},
{
- title: '参训人员',
- dataIndex: 'studys',
- key: 'studys',
- ellipsis: true, align: "center",
- width: 120,
- },
- {
- title: '评分 ',
- dataIndex: 'score',
- key: 'score',
- ellipsis: true, align: "center",
+ title: '课程类型 ',
+ dataIndex: ' courseType',
+ key: ' courseType',
+ ellipsis: true,
+ align: "center",
width: 120,
+ customRender: (value) => {
+ return (
+
+ {String(value.record. courseType)
+ ? {
+ "0": "在线课",
+ "1": "面授课",
+ "2": "课程开发",
+ "3": "作业员入模培训",
+ "4": "其他",
+ }[value.record. courseType + ""]
+ : "-"}
+
+ )
+ }
},
{
title: '讲师组织',
@@ -911,8 +913,8 @@ getAllLevelList().then((res) => {
endTime:null,
beginTime:null,
userNo:null,
- tsystemId:null,
- levelId:null,
+ tSystemId:null,
+ tLevelId:null,
courseType:null,
certStatus:null,
salaryName:null,
@@ -1052,10 +1054,12 @@ getAllLevelList().then((res) => {
// };
//修改状态窗口
const handleOperate = (record) => {
- state.handleOperate1=null
- state.handleOperate1 = record.status
- state.editTeacher = true
- state.id= record.id
+ dialog({
+ content: "等待接口中...",
+ ok: () => {
+
+ }
+ })
};
// //确认删除
const closeDeleteTeacher=()=>{
@@ -1480,7 +1484,7 @@ const column = ref([
const handleExport = ()=>{
window.open (
`${process.env.VUE_APP_BASE_API}/admin/export/exportTeacherExpense?pageNo=${state.searchParam.pageNo}&pageSize=${state.searchParam.pageSize}&name=${state.searchParam.name ? state.searchParam.name : ""
- }&trainOrgId=${ state.searchParam.trainOrgId ? state.searchParam.trainOrgId : ""}&type=${state.searchParam.type ? state.searchParam.type : ""}&tsystemId=${ state.searchParam.tsystemId ? state.searchParam.tsystemId : ""}&levelId=${ state.searchParam.levelId ? state.searchParam.levelId : ""}&beginTime=${state.searchParam.beginTime ? state.searchParam.beginTime : ""}&endTime=${state.searchParam.endTime ? state.searchParam.endTime : ""}`
+ }&trainOrgId=${ state.searchParam.trainOrgId ? state.searchParam.trainOrgId : ""}&type=${state.searchParam.type ? state.searchParam.type : ""}&tsystemId=${ state.searchParam.tSystemId ? state.searchParam.tSystemId : ""}&levelId=${ state.searchParam.tLevelId ? state.searchParam.tLevelId : ""}&beginTime=${state.searchParam.beginTime ? state.searchParam.beginTime : ""}&endTime=${state.searchParam.endTime ? state.searchParam.endTime : ""}`
);
// this.download('lesson_records/export', {
// ...state.searchParam