king
2022-10-04 41c55c1f103658b997f7a828a7067bdb228f1df0
src/templates/calendarconfig/source.jsx
@@ -44,7 +44,6 @@
        initval: '',
        type: 'text',
        resourceType: '0',
        setAll: 'false',
        options: [],
        orderType: 'asc',
        match: 'like',
@@ -56,7 +55,6 @@
        initval: '',
        type: 'select',
        resourceType: '0',
        setAll: 'false',
        options: [],
        orderType: 'asc',
        match: 'equal',
@@ -68,7 +66,6 @@
        initval: '',
        type: 'date',
        resourceType: '0',
        setAll: 'false',
        options: [],
        orderType: 'asc',
        match: 'greater',
@@ -109,13 +106,13 @@
    },
    {
      type: 'search',
      label: CommonDict['model.form.dateday'],
      label: '日期(天)',
      subType: 'date',
      url: ''
    },
    {
      type: 'search',
      label: CommonDict['model.form.dateweek'],
      label: '日期(周)',
      subType: 'dateweek',
      url: ''
    },