陶杰
2024-12-18 9e418c7f5419e665cdeddc895f95eff078a4dbb9
1.花材统计报表
已修改1个文件
29 ■■■■■ 文件已修改
pages/statistics-analysis/flower-material/index.vue 29 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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%',
                },
              },
              
            ],
          },