king
2023-08-17 c7aece35a62b6e91fd98a625bf0e53f64bfbd18d
src/templates/zshare/formconfig.jsx
@@ -3068,7 +3068,20 @@
      }, {
        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',
@@ -3118,9 +3131,22 @@
      }, {
        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: '精确度',