| | |
| | | }, { |
| | | value: '-90', |
| | | text: '前90天' |
| | | }, { |
| | | value: 'custom', |
| | | text: '自定义' |
| | | }] |
| | | }, |
| | | { |
| | | type: 'text', |
| | | key: 'minDateField', |
| | | label: '最小值(字段)', |
| | | initVal: card.minDateField || '', |
| | | tooltip: '最小值对应字段,也可自定义固定值,格式为YYYY-MM-DD。', |
| | | required: true, |
| | | readonly: false, |
| | | options: columns |
| | | }, |
| | | { |
| | | type: 'select', |
| | |
| | | }, { |
| | | value: '-90', |
| | | text: '前90天' |
| | | }, { |
| | | value: 'custom', |
| | | text: '自定义' |
| | | }] |
| | | }, |
| | | { |
| | | type: 'text', |
| | | key: 'maxDateField', |
| | | label: '最大值(字段)', |
| | | initVal: card.maxDateField || '', |
| | | tooltip: '最大值对应字段,也可自定义固定值,格式为YYYY-MM-DD。', |
| | | required: true, |
| | | readonly: false, |
| | | options: columns |
| | | }, |
| | | { |
| | | type: 'radio', |
| | | key: 'precision', |
| | | label: '精确度', |