king
2021-12-22 120a1ca7042212630dbe9a0cb6aa208ebf1b1e3d
src/templates/zshare/formconfig.jsx
@@ -1234,12 +1234,11 @@
      }]
    },
    {
      type: 'select',
      type: 'icon',
      key: 'icon',
      label: Formdict['model.icon'],
      initVal: card.icon,
      required: false,
      options: []
      required: false
    },
    {
      type: 'select',
@@ -3323,27 +3322,11 @@
      options: []
    },
    {
      type: 'select',
      type: 'icon',
      key: 'icon',
      label: Formdict['model.icon'],
      initVal: card.icon || '',
      required: false,
      options: [{
        value: '',
        text: Formdict['model.empty']
      }, {
        value: 'table',
        text: 'table'
      }, {
        value: 'bar-chart',
        text: 'bar-chart'
      }, {
        value: 'pie-chart',
        text: 'pie-chart'
      }, {
        value: 'line-chart',
        text: 'line-chart'
      }],
      forbid: type === 'CalendarPage'
    },
    {