Explorar o código

fix(dueros): dueros propertymappings

lind %!s(int64=3) %!d(string=hai) anos
pai
achega
f0611d629c
Modificáronse 1 ficheiros con 1 adicións e 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 || '属性映射',
               };
             });
           });