From e71f8d47297383ca05eb896386ce234d1b67590a Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Tue, 25 Feb 2025 13:21:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../outsourcerEvaluation/evaluationForm.html | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html b/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html index cec721f..ba746c4 100644 --- a/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html +++ b/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html @@ -123,17 +123,17 @@ let dataList = rowData let href = window.location.href - if (index === 0 && !href.includes('type=1')) { - let dataList = rowData - dataList.splice(6, 0, { - field: "handle", - mergeType: "rowspan", - minWidth: 75, - num: 3, - title: "操作", - }) - // dataList.push() - } + // if (index === 0 && !href.includes('type=1')) { + // let dataList = rowData + // dataList.splice(6, 0, { + // field: "handle", + // mergeType: "rowspan", + // minWidth: 75, + // num: 3, + // title: "操作", + // }) + // // dataList.push() + // } dataList.forEach(cellData => { cellData.cellMinWidth = 120; cellData.align = 'center'; @@ -153,7 +153,7 @@ cellData.rowspan = cellData.num; } //去除审核 - if (cellData.field === 'examineAndApprove') { + if (cellData.field === 'examineAndApprove' && href.includes('type=1')) { cellData.hide = true; } });