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}
+