king
2021-10-27 bbcb3f45ad0ef4c808bf5a68ec10c0464c094e2f
src/templates/zshare/formconfig.jsx
@@ -3000,6 +3000,21 @@
    },
    {
      type: 'radio',
      key: 'place',
      label: '排列',
      initVal: card.place || 'left_right',
      tooltip: '提示文字与输入框的位置关系。注:上下排列是会禁用扫码功能。',
      forbid: appType !== 'mob',
      options: [{
        value: 'left_right',
        text: '左右'
      }, {
        value: 'up_down',
        text: '上下'
      }]
    },
    {
      type: 'radio',
      key: 'count',
      label: '计数功能',
      initVal: card.count || 'false',