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; } });