|
1234567891011121314151617181920212223 |
-
- export default {
-
- formItem: {
- label: '',
- prop: '',
- borderBottom: '',
- labelPosition: '',
- labelWidth: '',
- rightIcon: '',
- leftIcon: '',
- required: false,
- leftIconStyle: '',
- }
- }
|