| | |
| | | export default [ |
| | | { |
| | | type: 'text', |
| | | dataIndex: 'name', |
| | | dataIndex: 'categoryName', |
| | | label: '分类名称', |
| | | placeholder: '请输入', |
| | | defaultValue: '' |
| | | }, |
| | | { |
| | | type: 'select', |
| | | dataIndex: 'status', |
| | | dataIndex: 'classification', |
| | | label: '类别', |
| | | placeholder: '请选择', |
| | | defaultValue: '1', |
| | | defaultValue: '', |
| | | options: [ |
| | | { |
| | | label: 'A', |
| | | value: '1' |
| | | value: 'A' |
| | | }, |
| | | { |
| | | label: 'B', |
| | | value: '2' |
| | | value: 'B' |
| | | }, |
| | | { |
| | | label: 'C', |
| | | value: '3' |
| | | value: 'C' |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | type: 'select', |
| | | dataIndex: 'status', |
| | | dataIndex: 'states', |
| | | label: '状态', |
| | | placeholder: '请选择', |
| | | defaultValue: '1', |