king
2022-08-02 8d66ff34fae5b048a6b7923cc75d34f13a08be9d
src/templates/subtableconfig/source.jsx
@@ -35,7 +35,6 @@
        initval: '',
        type: 'text',
        resourceType: '0',
        setAll: 'false',
        options: [],
        orderType: 'asc',
        match: 'like',
@@ -47,7 +46,6 @@
        initval: '',
        type: 'select',
        resourceType: '0',
        setAll: 'false',
        options: [],
        orderType: 'asc',
        match: 'equal',
@@ -59,7 +57,6 @@
        initval: '',
        type: 'date',
        resourceType: '0',
        setAll: 'false',
        options: [],
        orderType: 'asc',
        match: 'greater',
@@ -206,13 +203,13 @@
    },
    {
      type: 'search',
      label: CommonDict['model.form.dateday'],
      label: '日期(天)',
      subType: 'date',
      url: ''
    },
    {
      type: 'search',
      label: CommonDict['model.form.dateweek'],
      label: '日期(周)',
      subType: 'dateweek',
      url: ''
    },