xyc
2025-02-21 664db98c9e8595ce4dd636a27f480e3a08b81ff5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// 单行文本
export default {
  FComponentType: 'oneText',
  FComponentName: '单行文本',
  placeholder: '请输入',
  maxlength: null,
  readonly: false,
  disabled: false,
  style: { width: '100%' },
  __config__: {
    label: '单行文本',
    labelWidth: null,
    showLabel: true,
    tag: 'el-input',
    tagIcon: 'input',
    defaultValue: '',
    required: true,
    layout: 'colFormItem',
    span: 24,
    regList: []
  }
}