king
2021-07-05 41e2d4b6af42302bb37bb54394a489e017c0de4f
src/templates/zshare/formconfig.jsx
@@ -2819,6 +2819,20 @@
    },
    {
      type: 'radio',
      key: 'splitline',
      label: '分割线',
      initVal: card.splitline || 'true',
      forbid: appType !== 'mob',
      options: [{
        value: 'true',
        text: '显示'
      }, {
        value: 'false',
        text: '隐藏'
      }]
    },
    {
      type: 'radio',
      key: 'count',
      label: '计数功能',
      initVal: card.count || 'false',