From 9e418c7f5419e665cdeddc895f95eff078a4dbb9 Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期三, 18 十二月 2024 17:41:53 +0800 Subject: [PATCH] 1.花材统计报表 --- pages/statistics-analysis/flower-material/index.vue | 29 ++++++++++++++++++++++++++++- 1 files changed, 28 insertions(+), 1 deletions(-) diff --git a/pages/statistics-analysis/flower-material/index.vue b/pages/statistics-analysis/flower-material/index.vue index 0c9f19f..7f7e304 100644 --- a/pages/statistics-analysis/flower-material/index.vue +++ b/pages/statistics-analysis/flower-material/index.vue @@ -52,6 +52,7 @@ hasDelete: false, viewText: '明细', hasExport: true, + hasOperation: false, exportUrl: 'flower/v2/statistic-analysis/flower-material/export', exportText: '导出', onResetView: (row) => { @@ -143,7 +144,7 @@ }, }, { - label: '等级:', + label: '等级', id: 'flowerLevel', type: 'bus-select-dict', el: { @@ -155,6 +156,32 @@ }, }, + { + 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%', + }, + + }, ], }, -- Gitblit v1.9.3