fix: group block error
This commit is contained in:
parent
a7067ae99d
commit
47e5892c61
@ -38,6 +38,10 @@ export const GroupBlock = (props) => {
|
||||
if (service.loading && !field.loaded) {
|
||||
return <Spin />;
|
||||
}
|
||||
// 兼容旧版区块防止报错导致无法配置
|
||||
if (!params?.config || !('map' in params.config)) {
|
||||
return;
|
||||
}
|
||||
return (
|
||||
<>
|
||||
<p style={{ fontWeight: 600 }}>汇总:</p>
|
||||
|
@ -1,23 +1,24 @@
|
||||
{
|
||||
"Add custom component": "Add custom component",
|
||||
"Association field": "Association field",
|
||||
"Configure": "Configure",
|
||||
"Custom filter": "Custom filter",
|
||||
"Custom option label": "Custom option label",
|
||||
"Group block": "Group block",
|
||||
"HomePage Config": "HomePage Config",
|
||||
"Mobile UI": "Mobile UI",
|
||||
"Navigate to new page": "Navigate to new page",
|
||||
"Page style": "Page Style",
|
||||
"Pagination": "Pagination",
|
||||
"Pick a data entry for viewing and editing": "Pick a data entry for viewing and editing",
|
||||
"Please select": "Please select",
|
||||
"Signature input": "Signature input",
|
||||
"Something went wrong. Please contact the developer to resolve the issue.": "Something went wrong. Please contact the developer to resolve the issue.",
|
||||
"System setting": "System setting",
|
||||
"classical": "classical",
|
||||
"component": "component",
|
||||
"error": "error",
|
||||
"loading...": "loading...",
|
||||
"preview block": "preview block",
|
||||
"Page style": "Page Style",
|
||||
"tabs": "tabs",
|
||||
"Pagination": "Pagination",
|
||||
"component": "component",
|
||||
"Navigate to new page": "Navigate to new page",
|
||||
"Custom option label": "Custom option label",
|
||||
"Custom filter": "Custom filter",
|
||||
"Add custom component": "Add custom component",
|
||||
"Group block": "Group block",
|
||||
"System setting": "System setting",
|
||||
"classical": "classical",
|
||||
"Signature input": "Signature input",
|
||||
"Pick a data entry for viewing and editing": "Pick a data entry for viewing and editing",
|
||||
"Please select": "Please select",
|
||||
"Association field": "Association field",
|
||||
"HomePage Config": "HomePage Config",
|
||||
"Something went wrong. Please contact the developer to resolve the issue.": "Something went wrong. Please contact the developer to resolve the issue."
|
||||
"tabs": "tabs"
|
||||
}
|
||||
|
@ -1,23 +1,24 @@
|
||||
{
|
||||
"Add custom component": "添加自定义组件",
|
||||
"Association field": "关联字段",
|
||||
"Configure": "配置",
|
||||
"Custom filter": "自定义筛选",
|
||||
"Custom option label": "自定义选项标签",
|
||||
"Group block": "汇总区块",
|
||||
"HomePage Config": "主页配置",
|
||||
"Mobile UI": "移动端页面",
|
||||
"Navigate to new page": "导航到新页面",
|
||||
"Page style": "页面版本",
|
||||
"Pagination": "分页",
|
||||
"Pick a data entry for viewing and editing": "选择一条数据用于查看与编辑",
|
||||
"Please select": "请选择",
|
||||
"Signature input": "手写签名",
|
||||
"Something went wrong. Please contact the developer to resolve the issue.": "系统内部错误,请联系开发者解决",
|
||||
"System setting": "系统设置",
|
||||
"classical": "经典版",
|
||||
"component": "组件",
|
||||
"error": "出错了",
|
||||
"loading...": "加载中...",
|
||||
"preview block": "预览区块",
|
||||
"Page style": "页面版本",
|
||||
"tabs": "多标签",
|
||||
"Pagination": "分页",
|
||||
"Custom option label": "自定义选项标签",
|
||||
"Custom filter": "自定义筛选",
|
||||
"Navigate to new page": "导航到新页面",
|
||||
"component": "组件",
|
||||
"Add custom component": "添加自定义组件",
|
||||
"Group block": "汇总区块",
|
||||
"System setting": "系统设置",
|
||||
"classical": "经典版",
|
||||
"Signature input": "手写签名",
|
||||
"Pick a data entry for viewing and editing": "选择一条数据用于查看与编辑",
|
||||
"Please select": "请选择",
|
||||
"Association field": "关联字段",
|
||||
"HomePage Config": "主页配置",
|
||||
"Something went wrong. Please contact the developer to resolve the issue.": "系统内部错误,请联系开发者解决"
|
||||
"tabs": "多标签"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user