diff --git a/src/views/lecturer/InsideLecturer.vue b/src/views/lecturer/InsideLecturer.vue index e8c29fcf..19a496b2 100644 --- a/src/views/lecturer/InsideLecturer.vue +++ b/src/views/lecturer/InsideLecturer.vue @@ -76,18 +76,18 @@ :pagination="false"> - + + –> {{ orgSplit(record.orgName) }} - + >{{ record.orgName }} + <!– –> - + --> handleLook(record, String(record.courseform))">查看 @@ -814,8 +814,9 @@ export default { title: '所属组织 ', dataIndex: 'orgName', key: 'orgName', - ellipsis: true, align: "left", - scopedSlots: { customRender: "orgName" }, + ellipsis: true, + align: "left", + // scopedSlots: { customRender: "orgName" }, width: 200, // customRender: (value, record) => { // return ( @@ -982,13 +983,13 @@ export default { .then((res) => { // tableData.value = res.data.data.records let objA = res.data.data.records - objA.map((item) => { - if (item.orgName !== null) { - item.neworganizationName = item.orgName.split('/') - item.neworganizationName = item.neworganizationName[item.neworganizationName.length - 1] - } - // console.log(item.orgName) - }) + // objA.map((item) => { + // if (item.orgName !== null) { + // item.neworganizationName = item.orgName.split('/') + // item.neworganizationName = item.neworganizationName[item.neworganizationName.length - 1] + // } + // // console.log(item.orgName) + // }) tableData.value = objA state.tableDataTotal = Number(res.data.data.total); state.tableLoading = false diff --git a/src/views/lecturer/LecturerFee.vue b/src/views/lecturer/LecturerFee.vue index 24dbc2b5..e53381c2 100644 --- a/src/views/lecturer/LecturerFee.vue +++ b/src/views/lecturer/LecturerFee.vue @@ -144,12 +144,12 @@ - + @@ -790,6 +790,7 @@ export default { // { value: 0, label: "未定级" }, ]) const changetlevel = (id) => { + console.log("==============changetlevelId", id); if(id){ // 清空讲师级别 state.searchParam.tLevelName = null; @@ -1141,7 +1142,7 @@ export default { ellipsis: true, align: "center", width: 200, - slots: { customRender: "trainOrg" }, + // slots: { customRender: "trainOrg" }, }, { title: '操作 ',