TIP
Operate the configuration panel on the right to define the filter, and click the button to take effect.
Trigger data
json
{}
1
Filter statement data
json
{}
1
Operator data
Click me to view the code
json
[]
1
Times operators data
Click me to view the code
json
[]
1
Attributes
Name | Description | Parameters |
---|---|---|
renderType | Configure the UI type | CASCADER,SELECT,REGION,TEXT,NUMBER,TIME,DATE,NONE |
operatorKey | operator id, defines operator data | - |
excludeOperator or includeOperator | Exclude or include operators and date operators |
Constraint
json
{
"type": "times" // Limit Times
},
{
"type": "date", // Duration
"datePanel": {
}
},
{
"type": "props" // Limit Attributes
}
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
datePanel
Name | Description | Accepted Values | Default |
---|---|---|---|
manualType | Define a manual relative date (day or hour) | 1 = days 2 = hours 3 = can choose the hours or days | 3 |
pickerType | Define date-picker type please check element-plus date-picker type | ['date', 'dates', 'dates', 'datetime', 'daterange'] | date |
excludeShortcuts | Exclude shortcut options | - | |
excludeManuals | Exclude manual relative dates | - |