king
2023-04-27 6dd965723be9dc245105296198c25a80cfe51b54
src/templates/zshare/formconfig.jsx
@@ -3935,6 +3935,18 @@
    // },
    {
      type: 'radio',
      key: 'pickerMode',
      label: '弹窗样式',
      initVal: card.pickerMode || 'default',
      required: false,
      options: [
        {value: 'default', text: '默认'},
        {value: 'board', text: '面板'},
      ],
      forbid: appType !== 'mob'
    },
    {
      type: 'radio',
      key: 'empty',
      label: '空值隐藏',
      initVal: card.empty || 'show',