浏览代码

fix(dueros): dueros propertymappings

lind 3 年之前
父节点
当前提交
f0611d629c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/Northbound/DuerOS/Detail/index.tsx

+ 1 - 1
src/pages/Northbound/DuerOS/Detail/index.tsx

@@ -144,7 +144,7 @@ const Save = () => {
             const title = propertiesList.find((item: any) => item.id === value)?.name;
             f.setFieldState(propertyMappingPath, (state) => {
               state.componentProps = {
-                header: title || '动作映射',
+                header: title || '属性映射',
               };
             });
           });