From 453e1f13b78e92508e7717ee9d615f2a4702c2e8 Mon Sep 17 00:00:00 2001 From: yunkexin <760754045@qq.com> Date: Wed, 13 May 2026 16:28:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/apply/subPages/SE/2trainRecordShow.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/apply/subPages/SE/2trainRecordShow.vue b/pages/apply/subPages/SE/2trainRecordShow.vue index cd23359..ebf967b 100644 --- a/pages/apply/subPages/SE/2trainRecordShow.vue +++ b/pages/apply/subPages/SE/2trainRecordShow.vue @@ -103,7 +103,7 @@ - + 查看试卷 @@ -171,7 +171,8 @@ enumsText: {}, // 存储枚举文本列表(用于下拉选择等场景) signable: false, userId: uni.getStorageSync('appInfo').User.ID, - passRate: '100%' + passRate: '100%', + isCHECKTYPE:true } }, onLoad(option) { @@ -205,7 +206,7 @@ extendInclude(json, 'Nav_Notify.Nav_TrainType'); extendInclude(json, 'Nav_Users.Nav_User'); extendInclude(json, 'Nav_Files.Nav_ImgFile'); - extendInclude(json, 'Nav_Users.Nav_User'); + extendInclude(json, 'Nav_Users.Nav_Files.Nav_ImgFile'); extendInclude(json, 'Nav_Papers'); getRequest(json, "/SE/TrainRecord/Get").then(res => { this.model = res @@ -281,6 +282,7 @@ passRateThis = (userPass.length / userAll.length).toFixed(4) * 100; } this.passRate = passRateThis+'%' + this.isCHECKTYPE = this.model.Nav_Notify.CHECKTYPE == 51||this.model.Nav_Notify.CHECKTYPE == 56||this.model.Nav_Notify.CHECKTYPE == 81 this.signable = res.STATUS == 1 && res.Nav_Users && res.Nav_Users.find(it => it.USER_ID === this.userId) && (this.tableKey == "1") this.isLoadOK = true;