From 67a61180b09f7d2c090a4ea05e1dcd1d10db78e2 Mon Sep 17 00:00:00 2001 From: sunhonglai Date: Fri, 9 May 2025 11:08:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=83=AD=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/lecturer/InsideLecturer.vue | 16 ++++++++-------- src/views/lecturer/LecturerFee.vue | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/lecturer/InsideLecturer.vue b/src/views/lecturer/InsideLecturer.vue index e965ff2c..5a782bfe 100644 --- a/src/views/lecturer/InsideLecturer.vue +++ b/src/views/lecturer/InsideLecturer.vue @@ -84,7 +84,7 @@ -->
{{ record.neworganizationName }}
+ >{{ record.orgName }} @@ -982,13 +982,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 27ac73e1..22279ddb 100644 --- a/src/views/lecturer/LecturerFee.vue +++ b/src/views/lecturer/LecturerFee.vue @@ -146,7 +146,7 @@