Parcourir la source

fix(dueros): dueros propertymappings

lind il y a 3 ans
Parent
commit
f0611d629c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 || '属性映射',
               };
             });
           });