Просмотр исходного кода

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

cfort 3 лет назад
Родитель
Сommit
45e43c52d8

+ 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>