king
2021-05-23 9353bc84d8c65da2130db48a2fe48dd714b0acb9
src/templates/zshare/formconfig.jsx
@@ -2453,14 +2453,29 @@
      type: 'radio',
      key: 'cursor',
      label: '光标',
      initVal: card.cursor || 'right',
      initVal: card.cursor || 'left',
      options: [{
        value: 'right',
        text: '右对齐'
      }, {
        value: 'left',
        text: '左对齐'
      }]
      }],
      forbid: appType !== 'mob'
    },
    {
      type: 'radio',
      key: 'scan',
      label: '扫码',
      initVal: card.scan || 'false',
      options: [{
        value: 'true',
        text: '启用'
      }, {
        value: 'false',
        text: '不启用'
      }],
      forbid: appType !== 'mob'
    },
    {
      type: 'radio',