| | |
| | | hasDelete: false, |
| | | viewText: '明细', |
| | | hasExport: true, |
| | | hasOperation: false, |
| | | exportUrl: 'flower/v2/statistic-analysis/flower-material/export', |
| | | exportText: '导出', |
| | | onResetView: (row) => { |
| | |
| | | }, |
| | | }, |
| | | { |
| | | label: '等级:', |
| | | label: '等级', |
| | | id: 'flowerLevel', |
| | | type: 'bus-select-dict', |
| | | el: { |
| | |
| | | }, |
| | | |
| | | }, |
| | | { |
| | | label: '排序字段', |
| | | id: 'orderField', |
| | | type: 'bus-select-dict', |
| | | el: { |
| | | code: 'FLOWER_MATERIAL_FIELD', |
| | | // multiple: true, |
| | | clearable: true, |
| | | filterable: true, |
| | | style: 'width:100%', |
| | | }, |
| | | |
| | | }, |
| | | { |
| | | label: '排序方式', |
| | | id: 'orderType', |
| | | type: 'bus-select-dict', |
| | | el: { |
| | | code: 'ORDER_BY', |
| | | // multiple: true, |
| | | clearable: true, |
| | | filterable: true, |
| | | style: 'width:100%', |
| | | }, |
| | | |
| | | }, |
| | | |
| | | ], |
| | | }, |