分号修正

This commit is contained in:
thinkgem
2024-01-03 08:24:58 +08:00
parent de4dc8542b
commit abb86ed422

View File

@@ -352,9 +352,11 @@ for (c in table.columnList){
}, },
colProps: { lg: 24, md: 24 }, colProps: { lg: 24, md: 24 },
}, },
];
<% <%
} }
%>
];
<%
for (child in table.childList){ %> for (child in table.childList){ %>
const input${child.className}FormSchemas: FormSchema[] = [ const input${child.className}FormSchemas: FormSchema[] = [