提交 6f9436a4 authored 作者: 钟是志's avatar 钟是志

格式化代码

上级 e60e1bfa
...@@ -18,7 +18,7 @@ export function FormListButtons(props) { ...@@ -18,7 +18,7 @@ export function FormListButtons(props) {
sql, sql,
exportConfig, exportConfig,
selectedRows, selectedRows,
obj, obj,
} = props; } = props;
const Before = (btns && btns.before) || []; const Before = (btns && btns.before) || [];
useEffect( useEffect(
...@@ -61,7 +61,13 @@ export function FormListButtons(props) { ...@@ -61,7 +61,13 @@ export function FormListButtons(props) {
const propsR = { ...r }; const propsR = { ...r };
delete propsR.ButtonType; delete propsR.ButtonType;
return ( return (
<SplitButton {...propsR} loading={loading} key={r.children} selectedRows={selectedRows} obj={obj}/> <SplitButton
{...propsR}
loading={loading}
key={r.children}
selectedRows={selectedRows}
obj={obj}
/>
); );
} else if (r.ButtonType === 'import') { } else if (r.ButtonType === 'import') {
return ( return (
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论