| | |
| | | export const tableOption = { |
| | | border: true, |
| | | index: true, |
| | | indexFixed: false, |
| | | height: '292px', |
| | | indexLabel: '序号', |
| | | menuAlign: 'center', |
| | |
| | | minWidth: 200, |
| | | span: 24 |
| | | }, { |
| | | label: '产品类型', |
| | | label: '隶属品牌', |
| | | prop: 'productType', |
| | | cell: true, |
| | | type: 'input', |
| | |
| | | dataType: 'number', |
| | | minWidth: 200, |
| | | span: 24, |
| | | rules:[{message:'类型必须是数字',trigger:'blur'}] |
| | | rules:[{required:true,message:'类型必须是数字',trigger:'blur'}] |
| | | }, { |
| | | label: '收货地址', |
| | | prop: 'shippingAddress', |
| | |
| | | minWidth: 200, |
| | | span: 24 |
| | | }, { |
| | | label: '备注', |
| | | label: '产品备注', |
| | | prop: 'remark', |
| | | cell: true, |
| | | type: 'textarea', |