소스 검색

修复自动获取当前用户组件无法设置标签宽度bug

cfort 3 년 전
부모
커밋
45e43c52d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/business/platform/form/formbuilder/right-aside/field-types/ibps-field-current-user.vue

+ 1 - 1
src/business/platform/form/formbuilder/right-aside/field-types/ibps-field-current-user.vue

@@ -21,7 +21,7 @@
       <!-- 布局设置 -->
       <editor-layout
         :field-item="fieldItem"
-        types="hideLabel,abelWidth,width,customClass,mobile"
+        types="hideLabel,labelWidth,width,customClass,mobile"
       />
     </el-form>
   </div>