+ {payrollData?.onlyOneGrup && salaryTemplate?.textContentPosition == "1" && salaryTemplate.textContent && (
+
+
发放说明
+
{salaryTemplate.textContent}
+
+ )}
+ {items.map((templatItem: any, index: number) => {
+ const { salaryItemValue, name, salaryItemShowName } = templatItem || {};
+ return (
+
+
+ {salaryItemShowName || name || ""}
+
+
{salaryItemValue}
+
+ );
+ })}
+ {payrollData?.onlyOneGrup && salaryTemplate?.textContentPosition == "2" && salaryTemplate.textContent && (
+
+
发放说明
+
{salaryTemplate.textContent}
+
+ )}
+