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',