Explorar el Código

fix(dueros): dueros propertymappings

lind hace 4 años
padre
commit
f0611d629c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 || '属性映射',
               };
             });
           });