From 1f4116d7e896ba43c593dc8c4d3d7460a6d8be6f Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Tue, 25 Feb 2025 16:39:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../outsourcerEvaluation/evaluationForm.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html b/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html index 01b8b07..c0c7720 100644 --- a/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html +++ b/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html @@ -235,21 +235,25 @@ // 组装dom let formHtml = `
${tableList[rowIndex].proName}
` + let innerHtml = '' dialogLabelList.forEach((e, index) => { - formHtml += ` -
-
-
+ + innerHtml += `
${e.title}
-
- -
` +
` + }) + formHtml += ` +
+
+ ${innerHtml} +
+
` layer.open({ type: 1,