From 2c146ddfa967094856ee3a12ec7dd30183b141b9 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Tue, 25 Feb 2025 15:30:50 +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 | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html b/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html index 731cefe..9e2ccf7 100644 --- a/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html +++ b/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html @@ -6,7 +6,15 @@ Demo + @@ -226,14 +234,14 @@ // 在这里添加按钮点击后的逻辑 // 组装dom - let formHtml = '' + let formHtml = `
${tableList[rowIndex].proName}
` dialogLabelList.forEach((e, index) => { formHtml += ` -
+
-
${e.title}
- +
${e.title}
+